[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_password_forgotten.php,v 1.4 2003/02/14 00:01:46 harley_vb Exp $ 4 5 OSC-Affiliate 6 7 Contribution based on: 8 9 osCommerce, Open Source E-Commerce Solutions 10 http://www.oscommerce.com 11 12 Copyright (c) 2002 - 2003 osCommerce 13 14 Released under the GNU General Public License 15 */ 16 17 define('NAVBAR_TITLE_1', 'Login'); 18 define('NAVBAR_TITLE_2', 'Password forgotten?'); 19 define('HEADING_TITLE', 'What was my password?'); 20 define('TEXT_NO_EMAIL_ADDRESS_FOUND', '<font color="#ff0000"><b>ATTENTION:</b></font> The e-mail address you\'ve entered is not registered. Please try again.'); 21 define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Affiliate Password'); 22 define('EMAIL_PASSWORD_REMINDER_BODY', 'We got a new password request from ' . $REMOTE_ADDR . ' for your affiliate account.' . "\n\n" . 'Your new password for your affiliate account at \'' . STORE_NAME . '\' is:' . "\n\n" . ' %s' . "\n\n"); 23 define('TEXT_PASSWORD_SENT', 'A new password has been sent to your registered e-mail account.'); 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |