summaryrefslogtreecommitdiff
path: root/menu_items.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:14 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:14 +0000
commit3349a7ff28bdbe6b31f8941e63148fe408a69d43 (patch)
treec03cbb3a3063b692d0690d3c2843845639a5c7f4 /menu_items.php
parentea93f6ef9296c993952c17325010c2a83acafe40 (diff)
downloadnexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.tar.gz
nexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.tar.bz2
nexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'menu_items.php')
-rw-r--r--menu_items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_items.php b/menu_items.php
index c186c4b..f2b477a 100644
--- a/menu_items.php
+++ b/menu_items.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
* @package nexus
* @subpackage functions
*/
@@ -107,5 +107,5 @@ if( count( $menuList ) > 1 ) {
}
$gBitSystem->setBrowserTitle( 'Nexus Menus' );
-$gBitSystem->display( 'bitpackage:nexus/menu_items.tpl' );
+$gBitSystem->display( 'bitpackage:nexus/menu_items.tpl' , NULL, array( 'display_mode' => 'display' ));
?>