phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/verdilak navbar.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates/verdilak navbar.inc.php
Date: Mon, 19 Feb 2007 20:40:23 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/02/19 20:40:23

Modified files:
        templates/verdilak: navbar.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/verdilak/navbar.inc.php?cvsroot=phpgwapi&r1=1.37&r2=1.38

Patches:
Index: navbar.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/verdilak/navbar.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- navbar.inc.php      24 Jan 2007 16:04:52 -0000      1.37
+++ navbar.inc.php      19 Feb 2007 20:40:22 -0000      1.38
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: navbar.inc.php,v 1.37 2007/01/24 16:04:52 Caeies Exp $
+       * @version $Id: navbar.inc.php,v 1.38 2007/02/19 20:40:22 sigurdne Exp $
        */
 
 
@@ -149,7 +149,7 @@
  
                // get sidebox content and parse it as a menu
                // it's just a hack. You need to enable the folders module to 
get an ouput
-               if ( 
$GLOBALS['phpgw_info']['user']['apps']['folders']['enabled'] == true )
+               if 
(isset($GLOBALS['phpgw_info']['user']['apps']['folders']['enabled']) && 
$GLOBALS['phpgw_info']['user']['apps']['folders']['enabled'] == true )
                {
                        
$GLOBALS['phpgw']->hooks->single('sidebox_menu',$GLOBALS['phpgw_info']['flags']['currentapp']);
                        $var['sideboxcontent'] = parseMenu();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]