special.php (919B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Special Offers'; 4 5 // Text 6 $_['text_empty'] = 'There are no special offer products to list.'; 7 $_['text_quantity'] = 'Qty:'; 8 $_['text_manufacturer'] = 'Brand:'; 9 $_['text_model'] = 'Product Code:'; 10 $_['text_points'] = 'Reward Points:'; 11 $_['text_price'] = 'Price:'; 12 $_['text_tax'] = 'Ex Tax:'; 13 $_['text_compare'] = 'Product Compare (%s)'; 14 $_['text_sort'] = 'Sort By:'; 15 $_['text_default'] = 'Default'; 16 $_['text_name_asc'] = 'Name (A - Z)'; 17 $_['text_name_desc'] = 'Name (Z - A)'; 18 $_['text_price_asc'] = 'Price (Low > High)'; 19 $_['text_price_desc'] = 'Price (High > Low)'; 20 $_['text_rating_asc'] = 'Rating (Lowest)'; 21 $_['text_rating_desc'] = 'Rating (Highest)'; 22 $_['text_model_asc'] = 'Model (A - Z)'; 23 $_['text_model_desc'] = 'Model (Z - A)'; 24 $_['text_limit'] = 'Show:';