header.php (574B)
1 <?php 2 // Text 3 $_['text_home'] = 'Home'; 4 $_['text_wishlist'] = 'Wish List (%s)'; 5 $_['text_shopping_cart'] = 'Shopping Cart'; 6 $_['text_category'] = 'Categories'; 7 $_['text_account'] = 'My Account'; 8 $_['text_register'] = 'Register'; 9 $_['text_login'] = 'Login'; 10 $_['text_order'] = 'Order History'; 11 $_['text_transaction'] = 'Transactions'; 12 $_['text_download'] = 'Downloads'; 13 $_['text_logout'] = 'Logout'; 14 $_['text_checkout'] = 'Checkout'; 15 $_['text_search'] = 'Search'; 16 $_['text_all'] = 'Show all ';