| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: index.php,v 1.2 2002/03/30 11:10:39 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Choose an action..'); 14 15 define('BOX_TITLE_ORDERS', 'Orders'); 16 define('BOX_TITLE_STATISTICS', 'Statistics'); 17 18 define('BOX_ENTRY_SUPPORT_SITE', 'Support Site'); 19 define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums'); 20 define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists'); 21 define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports'); 22 define('BOX_ENTRY_FAQ', 'FAQ'); 23 define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions'); 24 define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository'); 25 define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal'); 26 27 define('BOX_ENTRY_CUSTOMERS', 'Customers:'); 28 define('BOX_ENTRY_PRODUCTS', 'Products:'); 29 define('BOX_ENTRY_REVIEWS', 'Reviews:'); 30 31 define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.'); 32 define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.'); 33 define('BOX_CONNECTION_UNKNOWN', 'unknown'); 34 35 define('CATALOG_CONTENTS', 'Contents'); 36 37 define('REPORTS_PRODUCTS', 'Products'); 38 define('REPORTS_ORDERS', 'Orders'); 39 40 define('TOOLS_BACKUP', 'Backup'); 41 define('TOOLS_BANNERS', 'Banners'); 42 define('TOOLS_FILES', 'Files'); 43 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |