phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots navbar.inc.php
Date: Tue, 29 Aug 2006 08:54:13 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/29 08:54:13

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

Log message:
        E_NOTICES

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/navbar.inc.php?cvsroot=phpgwapi&r1=1.14&r2=1.15

Patches:
Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/idots/navbar.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- navbar.inc.php      6 Aug 2006 12:49:48 -0000       1.14
+++ navbar.inc.php      29 Aug 2006 08:54:13 -0000      1.15
@@ -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.14 2006/08/06 12:49:48 skwashd Exp $
+       * @version $Id: navbar.inc.php,v 1.15 2006/08/29 08:54:13 skwashd Exp $
        */
 
 
@@ -164,10 +164,16 @@
                        
                        foreach ( $file as $item )
                        {
+                               if ( !isset($item['url']) )
+                               {
+                                       $item['url'] = '';
+                               }
+
                                if ( !isset($item['image']) )
                                {
                                        $item['image'] = '';
                                }
+
                                sidebox_menu_item($item['url'], $item['text'], 
$item['image'], $use_lang);
                        }
 




reply via email to

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