[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_affiliate.php,v 1.7 2003/02/16 12:30:38 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', 'Affiliate registration'); 18 define('HEADING_TITLE', 'Please register or enter your user ID:'); 19 define('HEADING_TITLE_ERROR', 'Registration error'); 20 21 define('TEXT_AFFILIATE_LOGOFF', 'Log off'); 22 define('TEXT_AFFILIATE_ID', 'Your e-mail address:'); 23 define('TEXT_AFFILIATE_PASSWORD', 'Your password:'); 24 25 define('HEADING_NEW_AFFILIATE', 'You\'re a new partner'); 26 define('TEXT_NEW_AFFILIATE', 'I\'m a new partner'); 27 define('TEXT_NEW_AFFILIATE_INTRODUCTION', 'By creating a partner account at ' . STORE_NAME . ' you can increase your income as a webmaster of a well frequented web site by leading your visitors to our web site and getting your share of their purcheses.'); 28 define('TEXT_NEW_AFFILIATE_TERMS','You can find our terms of use for the affiliate program <u>here</u>!'); 29 30 define('HEADING_RETURNING_AFFILIATE', 'You\'re already an affiliate and have a password'); 31 define('TEXT_RETURNING_AFFILIATE', 'After log in you can view the actual informations of your affiliate account.'); 32 33 define('TEXT_AFFILIATE_PASSWORD_FORGOTTEN', 'Password forgotten? Click <u>here</u>!'); 34 35 define('TEXT_LOGIN_ERROR', '<font color="#ff0000"><b>ERROR:</b></font> ID/password mismatch!'); 36 ?>
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 |