summaryrefslogtreecommitdiff
path: root/backlinks.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:30 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:30 +0000
commit7144420dc99a55d4e8f5b81cec6200ede8c200b2 (patch)
tree4f6e2fc33f2ef268d70d293cdbaf720becaab363 /backlinks.php
parente6db2a56250bc0789190d0b22c0acc0089dedf45 (diff)
downloadwiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.gz
wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.bz2
wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'backlinks.php')
-rw-r--r--backlinks.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backlinks.php b/backlinks.php
index d6b0fd9..c5dfec6 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.13 $
+ * @version $Revision: 1.14 $
* @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.13 2007/09/14 17:07:20 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.14 2008/06/25 22:21:29 spiderr Exp $
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
/**
@@ -41,5 +41,5 @@ $backlinks = $gContent->getBacklinks();
$gBitSmarty->assign_by_ref('backlinks', $backlinks);
// Display the template
-$gBitSystem->display( 'bitpackage:wiki/backlinks.tpl');
+$gBitSystem->display( 'bitpackage:wiki/backlinks.tpl', NULL, array( 'display_mode' => 'display' ));
?>