aboutsummaryrefslogtreecommitdiffstats
path: root/nbm.php
diff options
context:
space:
mode:
Diffstat (limited to 'nbm.php')
-rw-r--r--nbm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbm.php b/nbm.php
index d98f8c1ac..e9e541cad 100644
--- a/nbm.php
+++ b/nbm.php
@@ -80,7 +80,7 @@ $template->assign(
// include menubar
$themeconf = $template->get_template_vars('themeconf');
-if (!isset($themeconf['Exclude']) OR !in_array('theNBMPage', $themeconf['Exclude']))
+if (!isset($themeconf['hide_menu_on']) OR !in_array('theNBMPage', $themeconf['hide_menu_on']))
{
include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
}