diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-26 12:26:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-26 12:26:04 +0000 |
| commit | 26657f342470a90c8014c0a25de0889fb66d01bf (patch) | |
| tree | 7d023ecb4a5537f3c699f847f1197350a03b3de8 /index.php | |
| parent | 758e8420c43ae135dd35b96941d397b7c6009238 (diff) | |
| download | stats-26657f342470a90c8014c0a25de0889fb66d01bf.tar.gz stats-26657f342470a90c8014c0a25de0889fb66d01bf.tar.bz2 stats-26657f342470a90c8014c0a25de0889fb66d01bf.zip | |
merge recent changes into HEAD
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" ) ); ?> |
