Skip to content

Commit

Permalink
bug 2851: hide related tags menu bar section on photo page
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@21040 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Feb 25, 2013
1 parent e9dab9d commit 062a75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/menubar.inc.php
Expand Up @@ -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'])
{
Expand Down

0 comments on commit 062a75a

Please sign in to comment.