Changeset 10824 for trunk/register.php


Ignore:
Timestamp:
May 9, 2011, 5:04:15 PM (13 years ago)
Author:
mistic100
Message:

restore HOME links, change parameter name for remove menu on certain page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/register.php

    r10812 r10824  
    9999// include menubar
    100100$themeconf = $template->get_template_vars('themeconf');
    101 if (!isset($themeconf['Exclude']) OR !in_array('theRegisterPage', $themeconf['Exclude']))
     101if (!isset($themeconf['hide_menu_on']) OR !in_array('theRegisterPage', $themeconf['hide_menu_on']))
    102102{
    103103  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
Note: See TracChangeset for help on using the changeset viewer.