[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_signup.php 14 2006-07-28 17:42:07Z user $ 4 5 OSC-Affiliate 6 7 Contribution based on: 8 9 osCMax Power E-Commerce 10 http://oscdox.com 11 12 Copyright 2006 osCMax 13 14 Released under the GNU General Public License 15 */ 16 17 define('NAVBAR_TITLE', 'Affiliate Program'); 18 define('HEADING_TITLE', 'Affiliate Program - Sign Up'); 19 20 define('MAIL_AFFILIATE_SUBJECT', 'Welcome to ' . STORE_NAME . ' Affiliate Program'); 21 define('MAIL_GREET_NONE', 'Dear' . "\n\n");//em001 22 define('MAIL_AFFILIATE_HEADER', 'Thank you for joining <b>' . STORE_NAME . '</b> Affiliate Program' . "\n\n" .'Your Account Information: 23 **********************************************'."\n\n"); 24 define('MAIL_AFFILIATE_ID', 'Your Affiliate ID is:' . ""); 25 define('MAIL_AFFILIATE_USERNAME', 'Your Affiliate Username is:' . "Your Affiliate ID is:"); 26 define('MAIL_AFFILIATE_PASSWORD', 'Your Password is:' . "Your Password is:"); 27 define('MAIL_AFFILIATE_LINK', 'Link to your account:' ."Link to your account:"); 28 define('MAIL_AFFILIATE_FOOTER', 'Have fun earning referral fees!'."\n\n".'Your <b>' . STORE_NAME . '</b> Affiliate Team' . "\n" . '[email protected]'); 29 ?>
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 |