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

    r10812 r10824  
    8686  // include menubar
    8787  $themeconf = $template->get_template_vars('themeconf');
    88   if (!isset($themeconf['Exclude']) OR !in_array('theProfilePage', $themeconf['Exclude']))
     88  if (!isset($themeconf['hide_menu_on']) OR !in_array('theProfilePage', $themeconf['hide_menu_on']))
    8989  {
    9090    include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
Note: See TracChangeset for help on using the changeset viewer.