summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/stats.php b/stats.php
index 56ec502..84107e1 100644
--- a/stats.php
+++ b/stats.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.7 2006/04/11 13:08:40 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.8 2008/06/25 22:21:23 spiderr 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: stats.php,v 1.7 2006/04/11 13:08:40 squareing Exp $
+ * $Id: stats.php,v 1.8 2008/06/25 22:21:23 spiderr Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
@@ -78,6 +78,6 @@ $gBitSmarty->assign_by_ref('channels', $channels["data"]);
// Display the template
-$gBitSystem->display( 'bitpackage:stats/search_stats.tpl');
+$gBitSystem->display( 'bitpackage:stats/search_stats.tpl', NULL, array( 'display_mode' => 'display' ));
?>