From 7144420dc99a55d4e8f5b81cec6200ede8c200b2 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Wed, 25 Jun 2008 22:21:30 +0000 Subject: change display call to use a hash for display options, add display_mode to options hash --- orphan_pages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'orphan_pages.php') diff --git a/orphan_pages.php b/orphan_pages.php index d66b9d2..935bee6 100644 --- a/orphan_pages.php +++ b/orphan_pages.php @@ -1,8 +1,8 @@ assign_by_ref( 'listpages', $listpages ); $gBitSmarty->assign_by_ref( 'listInfo', $listHash['listInfo'] ); // Display the template -$gBitSystem->display( 'bitpackage:wiki/orphan_pages.tpl', tra( 'Orphan Pages' )); +$gBitSystem->display( 'bitpackage:wiki/orphan_pages.tpl', tra( 'Orphan Pages' ), array( 'display_mode' => 'display' )); ?> -- cgit v1.3