20 lines
799 B
PHP
20 lines
799 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: eng.php,v 1.1 2007/06/08 15:02:12 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
define('PLUGIN_EVENT_FEATURED_NAME', 'Display Featured Products');
|
|
define('PLUGIN_EVENT_FEATURED_DESC', 'Set to true or false in order to display featured.');
|
|
|
|
define('MAX_DISPLAY_FEATURED_PRODUCTS_TITLE', 'Maximum Display of Featured');
|
|
define('MAX_DISPLAY_FEATURED_PRODUCTS_DESC', 'This is the maximum amount of items to display on the front page.');
|
|
|
|
|