Changeset 10812 for trunk/search.php


Ignore:
Timestamp:
May 7, 2011, 5:55:10 PM (13 years ago)
Author:
mistic100
Message:

merge spread_menus to the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search.php

    r8728 r10812  
    228228  $template->assign('errors', $errors);
    229229}
    230 //------------------------------------------------------------ log informations
     230
     231// include menubar
     232$themeconf = $template->get_template_vars('themeconf');
     233if (!isset($themeconf['Exclude']) OR !in_array('theSearchPage', $themeconf['Exclude']))
     234{
     235  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     236}
     237
     238//------------------------------------------------------------ html code display
    231239include(PHPWG_ROOT_PATH.'include/page_header.php');
    232240$template->pparse('search');
Note: See TracChangeset for help on using the changeset viewer.