[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_reports.php,v 2.00 2003/10/12 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 Program'); 18 define('HEADING_TITLE', 'Affiliate Program: Affiliate Reports'); 19 20 define('TEXT_INFORMATION', 'Obtain affiliate links that you can display on your website.'); 21 22 define('TEXT_AFFILIATE_CLICKS', 'Clickthrough Report'); 23 define('TEXT_AFFILIATE_SALES', 'Sales Report'); 24 define('TEXT_AFFILIATE_PAYMENT', 'Payment Report'); 25 26 27 define('TEXT_INFORMATION_CLICKS', 'View Clickthrough information from your website'); 28 define('TEXT_INFORMATION_SALES', 'View your current and previous Affiliate Sales'); 29 define('TEXT_INFORMATION_PAYMENT', 'View all affiliate payments made to you'); 30 31 define('IMAGE_CLICKS','Clickthrough Report'); 32 define('IMAGE_SALES','Sales Report'); 33 define('IMAGE_PAYMENT','Payment Report'); 34 35 ?>
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 |