phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20,1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20,1.21
Date: Fri, 24 May 2002 06:38:06 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv16807/phpgwapi/templates/justweb

Modified Files:
        navbar.inc.php 
Log Message:
made changes to the loading of the header, navbar, appheader, and footers

Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/navbar.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** navbar.inc.php      4 Jan 2002 22:06:12 -0000       1.20
--- navbar.inc.php      24 May 2002 10:38:02 -0000      1.21
***************
*** 142,155 ****
                $tpl->set_var($var);
                $tpl->pfp('out','navbar');
-               // If the application has a header include, we now include it
-               if (address@hidden'phpgw_info']['flags']['noappheader'] && 
@isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
-               {
-                       list($app,$class,$method) = 
explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']);
-                       if (is_array($GLOBALS[$class]->public_functions) && 
$GLOBALS[$class]->public_functions['header'])
-                       {
-                               $GLOBALS[$class]->header();
-                       }
-               }
-               $GLOBALS['phpgw']->hooks->process('after_navbar');
                return;
        }
--- 142,145 ----




reply via email to

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