Ignore:
Timestamp:
Feb 25, 2013, 10:19:13 PM (11 years ago)
Author:
rvelices
Message:

bug 2851: hide related tags menu bar section on photo page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r19703 r21040  
    112112//------------------------------------------------------------------------ tags
    113113  $block = $menu->get_block('mbTags');
    114   if ( $block!=null and !empty($page['items']) )
     114  if ( $block!=null and !empty($page['items']) and 'picture' != script_basename() )
    115115  {
    116116    if ('tags'==@$page['section'])
Note: See TracChangeset for help on using the changeset viewer.