diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
| commit | 3349a7ff28bdbe6b31f8941e63148fe408a69d43 (patch) | |
| tree | c03cbb3a3063b692d0690d3c2843845639a5c7f4 /menus.php | |
| parent | ea93f6ef9296c993952c17325010c2a83acafe40 (diff) | |
| download | nexus-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' )); ?> |
