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
This commit is contained in:
rvelices
2013-02-25 21:19:13 +00:00
parent e9dab9db74
commit 062a75acf7
+1 -1
View File
@@ -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'])
{