29 lines
1.0 KiB
PHP
29 lines
1.0 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: featured.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Featured Products';
|
|
$aLang['heading_title'] = 'Featured Products';
|
|
$aLang['text_display_number_of_featured_products'] = 'These Are The Most For The Money';
|
|
$aLang['text_no_featured_products'] = 'There are no featured products.';
|
|
$aLang['text_date_added'] = 'Date Added:';
|
|
$aLang['text_manufacturer'] = 'Manufacturer:';
|
|
$aLang['text_price'] = 'Price:';
|
|
|