[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_clicks.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: Clickthroughs'); 19 20 define('TABLE_HEADING_DATE', 'Date'); 21 define('TABLE_HEADING_REFFERED', 'Referrer'); 22 define('TABLE_HEADING_IP', 'IP Address'); 23 define('TABLE_HEADING_BROWSER', 'Browser'); 24 define('TABLE_HEADING_CLICKED_PRODUCT', 'Product or Page'); 25 26 define('TEXT_AFFILIATE_HEADER', 'Total clickthroughs from your site:'); 27 define('TEXT_NO_CLICKS', 'No clickthroughs have been recorded from your site.'); 28 define('TEXT_DISPLAY_NUMBER_OF_CLICKS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> clickthroughs)'); 29 define('TEXT_CLICKTHROUGH_HELP', ' <font color="#FFFFFF">[?]</font>'); 30 define('TEXT_CLICKS', 'Click on [?] to see a description of each category.'); 31 define('HEADING_CLICKTHROUGH_HELP', 'Affiliate Help'); 32 define('TEXT_DATE_HELP', '<i>Date</i> represents the date of the clickthrough from your site.'); 33 define('TEXT_CLICKED_PRODUCT_HELP', '<i>Product or Page</i> represents the page or product clicked through to'); 34 define('TEXT_REFFERED_HELP', '<i>Referrer</i> represents the url that the clickthrough came from.'); 35 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 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 |