Changeset 10824 for trunk/nbm.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/nbm.php

    r10812 r10824  
    8181// include menubar
    8282$themeconf = $template->get_template_vars('themeconf');
    83 if (!isset($themeconf['Exclude']) OR !in_array('theNBMPage', $themeconf['Exclude']))
     83if (!isset($themeconf['hide_menu_on']) OR !in_array('theNBMPage', $themeconf['hide_menu_on']))
    8484{
    8585  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
Note: See TracChangeset for help on using the changeset viewer.