phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/probusiness navbar.inc.php, 1.1.2.


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/templates/probusiness navbar.inc.php, 1.1.2.2, 1.1.2.3
Date: Tue, 28 Oct 2003 23:04:08 +0000

Update of /cvsroot/phpgroupware/phpgwapi/templates/probusiness
In directory subversions:/tmp/cvs-serv19149/phpgwapi/templates/probusiness

Modified Files:
      Tag: Version-0_9_16-branch
        navbar.inc.php 
Log Message:
fix for no default settings


Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/probusiness/Attic/navbar.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** navbar.inc.php      23 Oct 2003 13:34:00 -0000      1.1.2.2
--- navbar.inc.php      28 Oct 2003 23:04:05 -0000      1.1.2.3
***************
*** 63,66 ****
--- 63,71 ----
        {
          $title = '';
+           //fallback in case of no default
+           if 
(!isset($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'])
 || $GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] == 
"")
+           {
+             
$GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] = 
'icons_and_text';
+           }
          if 
(strpos($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'],
 'icons') !== false)
          {
***************
*** 189,191 ****
        }
          }
!       }
\ No newline at end of file
--- 194,196 ----
        }
          }
!       }





reply via email to

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