phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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/default/navbar.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** navbar.inc.php      2 Jan 2002 14:33:03 -0000       1.28
--- navbar.inc.php      24 May 2002 10:38:02 -0000      1.29
***************
*** 112,125 ****
                $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;
        }
--- 112,115 ----




reply via email to

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