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

    r8728 r10812  
    3737$title= l10n('About Piwigo');
    3838$page['body_id'] = 'theAboutPage';
    39 include(PHPWG_ROOT_PATH.'include/page_header.php');
    4039
    4140trigger_action('loc_begin_about');
     
    5150}
    5251
     52// include menubar
     53$themeconf = $template->get_template_vars('themeconf');
     54if (!isset($themeconf['Exclude']) OR !in_array('theAboutPage', $themeconf['Exclude']))
     55{
     56  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     57}
     58
     59include(PHPWG_ROOT_PATH.'include/page_header.php');
    5360$template->pparse('about');
    5461include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.