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

    r10814 r10824  
    10431043// include menubar
    10441044$themeconf = $template->get_template_vars('themeconf');
    1045 if ($conf['picture_menu'] AND (!isset($themeconf['Exclude']) OR !in_array('theIdentificationPage', $themeconf['Exclude'])))
     1045if ($conf['picture_menu'] AND (!isset($themeconf['hide_menu_on']) OR !in_array('thePicturePage', $themeconf['hide_menu_on'])))
    10461046{
    10471047  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
Note: See TracChangeset for help on using the changeset viewer.