summaryrefslogtreecommitdiff
path: root/menus.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 /menus.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 'menus.php')
-rw-r--r--menus.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menus.php b/menus.php
index 73539b9..d648ad4 100644
--- a/menus.php
+++ b/menus.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.15 $
+ * @version $Revision: 1.16 $
* @package nexus
* @subpackage functions
*/
@@ -94,5 +94,5 @@ if( is_file( TEMP_PKG_PATH.'nexus/modules/top_bar_inc.tpl' ) ) {
}
$gBitSystem->setBrowserTitle( 'Nexus Menus' );
-$gBitSystem->display( 'bitpackage:nexus/menus.tpl' );
+$gBitSystem->display( 'bitpackage:nexus/menus.tpl' , NULL, array( 'display_mode' => 'display' ));
?>