account.php (1201B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'My Account'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_my_account'] = 'My Account'; 8 $_['text_my_orders'] = 'My Orders'; 9 $_['text_my_affiliate'] = 'My Affiliate Account'; 10 $_['text_my_newsletter'] = 'Newsletter'; 11 $_['text_edit'] = 'Edit your account information'; 12 $_['text_password'] = 'Change your password'; 13 $_['text_address'] = 'Modify your address book entries'; 14 $_['text_credit_card'] = 'Manage Stored Credit Cards'; 15 $_['text_wishlist'] = 'Modify your wish list'; 16 $_['text_order'] = 'View your order history'; 17 $_['text_download'] = 'Downloads'; 18 $_['text_reward'] = 'Your Reward Points'; 19 $_['text_return'] = 'View your return requests'; 20 $_['text_transaction'] = 'Your Transactions'; 21 $_['text_newsletter'] = 'Subscribe / unsubscribe to newsletter'; 22 $_['text_recurring'] = 'Recurring payments'; 23 $_['text_transactions'] = 'Transactions'; 24 $_['text_affiliate_add'] = 'Register for an affiliate account'; 25 $_['text_affiliate_edit'] = 'Edit your affiliate information'; 26 $_['text_tracking'] = 'Custom Affiliate Tracking Code';