[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: banner_statistics.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Banner Statistics'); 14 15 define('TABLE_HEADING_SOURCE', 'Source'); 16 define('TABLE_HEADING_VIEWS', 'Views'); 17 define('TABLE_HEADING_CLICKS', 'Clicks'); 18 19 define('TEXT_BANNERS_DATA', 'D<br>a<br>t<br>a'); 20 define('TEXT_BANNERS_DAILY_STATISTICS', '%s Daily Statistics For %s %s'); 21 define('TEXT_BANNERS_MONTHLY_STATISTICS', '%s Monthly Statistics For %s'); 22 define('TEXT_BANNERS_YEARLY_STATISTICS', '%s Yearly Statistics'); 23 24 define('STATISTICS_TYPE_DAILY', 'Daily'); 25 define('STATISTICS_TYPE_MONTHLY', 'Monthly'); 26 define('STATISTICS_TYPE_YEARLY', 'Yearly'); 27 28 define('TITLE_TYPE', 'Type:'); 29 define('TITLE_YEAR', 'Year:'); 30 define('TITLE_MONTH', 'Month:'); 31 32 define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a \'graphs\' directory inside \'images\'.'); 33 define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable.'); 34 ?>
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 |