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