| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: account_password.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', 'Change Password'); 15 16 define('HEADING_TITLE', 'My Password'); 17 18 define('MY_PASSWORD_TITLE', 'My Password'); 19 20 define('SUCCESS_PASSWORD_UPDATED', 'Your password has been successfully updated.'); 21 define('ERROR_CURRENT_PASSWORD_NOT_MATCHING', 'Your Current Password did not match the password in our records. Please try again.'); 22 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |