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

    r8728 r10812  
    8181$title= l10n('Registration');
    8282$page['body_id'] = 'theRegisterPage';
    83 include(PHPWG_ROOT_PATH.'include/page_header.php');
    8483
    8584$template->set_filenames( array('register'=>'register.tpl') );
     
    9897}
    9998
     99// include menubar
     100$themeconf = $template->get_template_vars('themeconf');
     101if (!isset($themeconf['Exclude']) OR !in_array('theRegisterPage', $themeconf['Exclude']))
     102{
     103  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     104}
     105
     106include(PHPWG_ROOT_PATH.'include/page_header.php');
    100107$template->parse('register');
    101108include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.