summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menus.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menus.php b/menus.php
index 3a4db05..25c31b0 100644
--- a/menus.php
+++ b/menus.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
* @package nexus
* @subpackage functions
*/
@@ -81,8 +81,8 @@ $gBitSmarty->assign( 'formfeedback', $formfeedback );
// options only available if there is a top bar menu
if( is_file( TEMP_PKG_PATH.'nexus/modules/top_bar_inc.tpl' ) ) {
// if the top bar is set and we don't need it, remove it.
+ $nuke_top_bar = TRUE;
foreach( $menuList as $menu ) {
- $nuke_top_bar = TRUE;
if( $menu['plugin_guid'] == NEXUS_PLUGIN_GUID_SUCKERFISH && $menu['menu_type'] == 'hor' ) {
$nuke_top_bar = FALSE;
}