Changeset 10812 for trunk/picture.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/picture.php

    r10160 r10812  
    10411041}
    10421042
     1043// include menubar
     1044$themeconf = $template->get_template_vars('themeconf');
     1045if ($conf['picture_menu'] AND (!isset($themeconf['Exclude']) OR !in_array('theIdentificationPage', $themeconf['Exclude'])))
     1046{
     1047  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     1048  $template->assign('U_ADMIN', $url_admin); // overwrited by the menu
     1049}
     1050
    10431051include(PHPWG_ROOT_PATH.'include/page_header.php');
    10441052trigger_action('loc_end_picture');
Note: See TracChangeset for help on using the changeset viewer.