summaryrefslogtreecommitdiff
path: root/like_pages.php
diff options
context:
space:
mode:
Diffstat (limited to 'like_pages.php')
-rw-r--r--like_pages.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/like_pages.php b/like_pages.php
index 22496f1..b8cffe5 100644
--- a/like_pages.php
+++ b/like_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.5 2006/02/04 19:04:34 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: like_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $
+ * $Id: like_pages.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -36,5 +36,4 @@ $gBitSmarty->assign_by_ref('likepages', $likepages);
// Display the template
$gBitSystem->display( 'bitpackage:wiki/like_pages.tpl');
-$gBitSmarty->assign('show_page_bar', 'y');
?>