wishlist.php (781B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'My Wish List'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_instock'] = 'In Stock'; 8 $_['text_wishlist'] = 'Wish List (%s)'; 9 $_['text_login'] = 'You must <a href="%s">login</a> or <a href="%s">create an account</a> to save <a href="%s">%s</a> to your <a href="%s">wish list</a>!'; 10 $_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">wish list</a>!'; 11 $_['text_remove'] = 'Success: You have modified your wish list!'; 12 $_['text_empty'] = 'Your wish list is empty.'; 13 14 // Column 15 $_['column_image'] = 'Image'; 16 $_['column_name'] = 'Product Name'; 17 $_['column_model'] = 'Model'; 18 $_['column_stock'] = 'Stock'; 19 $_['column_price'] = 'Unit Price'; 20 $_['column_action'] = 'Action';