mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 06:44:56 +02:00
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:
@@ -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'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user