sitemap.php (559B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Site Map'; 4 5 // Text 6 $_['text_special'] = 'Special Offers'; 7 $_['text_account'] = 'My Account'; 8 $_['text_edit'] = 'Account Information'; 9 $_['text_password'] = 'Password'; 10 $_['text_address'] = 'Address Book'; 11 $_['text_history'] = 'Order History'; 12 $_['text_download'] = 'Downloads'; 13 $_['text_cart'] = 'Shopping Cart'; 14 $_['text_checkout'] = 'Checkout'; 15 $_['text_search'] = 'Search'; 16 $_['text_information'] = 'Information'; 17 $_['text_contact'] = 'Contact Us';