phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm index.php,1.2,1.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm index.php,1.2,1.3
Date: Thu, 21 Feb 2002 07:26:27 -0500

Update of /cvsroot/phpgroupware/wcm
In directory subversions:/tmp/cvs-serv24848

Modified Files:
        index.php 
Log Message:
Move application nav to a header include; add start of admin config using new
referer capability there



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   8 Feb 2002 15:23:10 -0000       1.2
--- index.php   21 Feb 2002 12:26:24 -0000      1.3
***************
*** 15,21 ****
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
-               'currentapp' => 'wcm',
                'noheader'   => True,
!               'nonavbar'   => True
        );
        include('../header.inc.php');
--- 15,21 ----
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'noheader'   => True,
!               'nonavbar'   => True,
!               'currentapp' => 'wcm'
        );
        include('../header.inc.php');




reply via email to

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