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/notification.php

    r8728 r10812  
    7878    )
    7979  );
     80 
     81// include menubar
     82$themeconf = $template->get_template_vars('themeconf');
     83if (!isset($themeconf['Exclude']) OR !in_array('theNotificationPage', $themeconf['Exclude']))
     84{
     85  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     86}
    8087
    8188// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.