[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_signup.php,v 1.7 2003/02/15 18:34:44 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', 'Affiliates'); 18 define('HEADING_TITLE', 'Register to our Affiliate Program'); 19 20 define('MAIL_AFFILIATE_SUBJECT', 'Welcome to the Affiliate Program of' . STORE_NAME); 21 define('MAIL_AFFILIATE_HEADER', 'Dear Affiliate, 22 23 we appreciate your registration to our affiliate program. 24 25 Your login informations: 26 ************************** 27 28 '); 29 define('MAIL_AFFILIATE_ID', 'Your Partner-ID is: '); 30 define('MAIL_AFFILIATE_USERNAME', 'Your username is: '); 31 define('MAIL_AFFILIATE_PASSWORD', 'Your password is: '); 32 define('MAIL_AFFILIATE_LINK', 'Login here '); 33 define('MAIL_AFFILIATE_FOOTER', 'We\'re looking forward for a good partnership! 34 35 Your Affiliates Team'); 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 |