| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: login.php,v 1.14 2003/06/09 22:46:46 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', 'Login'); 14 define('HEADING_TITLE', 'Welcome, Please Sign In'); 15 16 define('HEADING_NEW_CUSTOMER', 'New Customer'); 17 define('TEXT_NEW_CUSTOMER', 'I am a new customer.'); 18 define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'By creating an account at ' . STORE_NAME . ' you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.'); 19 20 define('HEADING_RETURNING_CUSTOMER', 'Returning Customer'); 21 define('TEXT_RETURNING_CUSTOMER', 'I am a returning customer.'); 22 23 define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.'); 24 25 define('TEXT_LOGIN_ERROR', 'Error: No match for E-Mail Address and/or Password.'); 26 define('TEXT_VISITORS_CART', '<font color="#ff0000"><b>Note:</b></font> Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. <a href="javascript:session_win();">[More Info]</a>'); 27 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |