summaryrefslogtreecommitdiff
path: root/backlinks.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:35 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:35 +0000
commit9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58 (patch)
tree0cfc36104c896b23703a853c742dfd0795e4ce14 /backlinks.php
parent503e4e250107a7f049a9dede31da5b94b82d8f14 (diff)
downloadwiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.tar.gz
wiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.tar.bz2
wiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.zip
remove more outdated code: $section and other old template assignments
Diffstat (limited to 'backlinks.php')
-rw-r--r--backlinks.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backlinks.php b/backlinks.php
index 673d370..23e45de 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* @package wiki
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.4 2006/01/27 21:57:53 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
/**
@@ -49,5 +49,4 @@ $gBitSmarty->assign_by_ref('backlinks', $backlinks);
// Display the template
$gBitSystem->display( 'bitpackage:wiki/backlinks.tpl');
-$gBitSmarty->assign('show_page_bar', 'y');
?>