17 lines
		
	
	
		
			543 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			543 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Site Map';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_special']     = 'Special Offers';
 | 
						|
$_['text_account']     = 'My Account';
 | 
						|
$_['text_edit']        = 'Account Information';
 | 
						|
$_['text_password']    = 'Password';
 | 
						|
$_['text_address']     = 'Address Book';
 | 
						|
$_['text_history']     = 'Order History';
 | 
						|
$_['text_download']    = 'Downloads';
 | 
						|
$_['text_cart']        = 'Shopping Cart';
 | 
						|
$_['text_checkout']    = 'Checkout';
 | 
						|
$_['text_search']      = 'Search';
 | 
						|
$_['text_information'] = 'Information';
 | 
						|
$_['text_contact']     = 'Contact Us'; |