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