aboutsummaryrefslogtreecommitdiffstats
path: root/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'tags.php')
-rw-r--r--tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.php b/tags.php
index 2681e5363..9167ddd83 100644
--- a/tags.php
+++ b/tags.php
@@ -193,7 +193,7 @@ foreach ($tags as $tag)
// include menubar
$themeconf = $template->get_template_vars('themeconf');
-if (!isset($themeconf['Exclude']) OR !in_array('theTagsPage', $themeconf['Exclude']))
+if (!isset($themeconf['hide_menu_on']) OR !in_array('theTagsPage', $themeconf['hide_menu_on']))
{
include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
}