Ignore:
Timestamp:
Oct 26, 2008, 8:10:18 PM (16 years ago)
Author:
grum
Message:

menu item "quicksearch" will be displayed only if a $block->data is set (like
other menu items)

File:
1 edited

Legend:

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

    r2515 r2810  
    216216  if ( ($block=$menu->get_block('mbMenu')) != null )
    217217  {
     218    // quick search block will be displayed only if data['qsearch'] is set
     219    // to "yes"
     220    $block->data['qsearch']='yes';
     221
    218222    // tags link
    219223    $block->data['tags'] =
Note: See TracChangeset for help on using the changeset viewer.