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 --- print_pages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print_pages.php') diff --git a/print_pages.php b/print_pages.php index e10593d..6dedb82 100644 --- a/print_pages.php +++ b/print_pages.php @@ -1,6 +1,6 @@ getList( $listHash ); $gBitSmarty->assign_by_ref('pages', $pages); // Display the template -$gBitSystem->display( 'bitpackage:wiki/print_pages.tpl'); +$gBitSystem->display( 'bitpackage:wiki/print_pages.tpl', NULL, array( 'display_mode' => 'display' )); ?> -- cgit v1.3