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