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/identification.php

    r8728 r10812  
    7474$title = l10n('Identification');
    7575$page['body_id'] = 'theIdentificationPage';
    76 include(PHPWG_ROOT_PATH.'include/page_header.php');
    7776
    7877$template->set_filenames( array('identification'=>'identification.tpl') );
     
    9897}
    9998
     99// include menubar
     100$themeconf = $template->get_template_vars('themeconf');
     101if (!isset($themeconf['Exclude']) OR !in_array('theIdentificationPage', $themeconf['Exclude']))
     102{
     103  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     104}
     105
    100106//----------------------------------------------------------- html code display
     107include(PHPWG_ROOT_PATH.'include/page_header.php');
    101108$template->pparse('identification');
    102109include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.