From 062a75acf756852d7ef67ac731b3b6069ec47ebc Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 25 Feb 2013 21:19:13 +0000 Subject: bug 2851: hide related tags menu bar section on photo page git-svn-id: http://piwigo.org/svn/trunk@21040 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/menubar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/menubar.inc.php b/include/menubar.inc.php index d60cd14dd..bd75a0b44 100644 --- a/include/menubar.inc.php +++ b/include/menubar.inc.php @@ -111,7 +111,7 @@ function initialize_menu() //------------------------------------------------------------------------ tags $block = $menu->get_block('mbTags'); - if ( $block!=null and !empty($page['items']) ) + if ( $block!=null and !empty($page['items']) and 'picture' != script_basename() ) { if ('tags'==@$page['section']) { -- cgit v1.2.3