diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-09 15:04:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-09 15:04:15 +0000 |
commit | e38092f36cac68694ee891f6e90399240b88a58a (patch) | |
tree | b3326a6f76b01b7858f6dfaaa42f7f3a25ec182b /nbm.php | |
parent | df6125d190b4a6a257094985235475cb9a292a3e (diff) |
restore HOME links, change parameter name for remove menu on certain page
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | nbm.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); } |