| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: account_notifications.php,v 1.1 2003/05/19 19:55:45 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'My Account'); 14 define('NAVBAR_TITLE_2', 'Product Notifications'); 15 16 define('HEADING_TITLE', 'Product Notifications'); 17 18 define('MY_NOTIFICATIONS_TITLE', 'My Product Notifications'); 19 define('MY_NOTIFICATIONS_DESCRIPTION', 'The product notification list allows you to stay up to date on products you find of interest.<br><br>To be up to date on all product changes, select <b>Global Product Notifications</b>.'); 20 21 define('GLOBAL_NOTIFICATIONS_TITLE', 'Global Product Notifications'); 22 define('GLOBAL_NOTIFICATIONS_DESCRIPTION', 'Recieve notifications on all available products.'); 23 24 define('NOTIFICATIONS_TITLE', 'Product Notifications'); 25 define('NOTIFICATIONS_DESCRIPTION', 'To remove a product notification, clear the products checkbox and click on Continue.'); 26 define('NOTIFICATIONS_NON_EXISTING', 'There are currently no products marked to be notified on.<br><br>To add products to your product notification list, click on the notification link available on the detailed product information page.'); 27 28 define('SUCCESS_NOTIFICATIONS_UPDATED', 'Your product notifications have been successfully updated.'); 29 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |