summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-26 12:26:04 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-26 12:26:04 +0000
commit26657f342470a90c8014c0a25de0889fb66d01bf (patch)
tree7d023ecb4a5537f3c699f847f1197350a03b3de8 /index.php
parent758e8420c43ae135dd35b96941d397b7c6009238 (diff)
downloadstats-26657f342470a90c8014c0a25de0889fb66d01bf.tar.gz
stats-26657f342470a90c8014c0a25de0889fb66d01bf.tar.bz2
stats-26657f342470a90c8014c0a25de0889fb66d01bf.zip
merge recent changes into HEAD
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index be72db8..b2f4382 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.3 2005/08/01 18:41:26 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.4 2005/12/26 12:26:04 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: index.php,v 1.3 2005/08/01 18:41:26 squareing Exp $
+ * $Id: index.php,v 1.4 2005/12/26 12:26:04 squareing Exp $
* @package stats
* @subpackage functions
*/
@@ -116,6 +116,6 @@ $gBitSmarty->assign_by_ref('site_stats', $site_stats);
// Display the template
-$gBitSystem->display( 'bitpackage:stats/stats.tpl');
+$gBitSystem->display( 'bitpackage:stats/stats.tpl', tra( "Statistics" ) );
?>