| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: banner_statistics.php,v 1.1 2002/05/07 23:07:11 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 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
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |