phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.p


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.php,1.8,1.9
Date: Fri, 24 May 2002 06:38:06 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/linux-at-work.de
In directory subversions:/tmp/cvs-serv16807/phpgwapi/templates/linux-at-work.de

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/linux-at-work.de/navbar.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** navbar.inc.php      29 Apr 2002 00:54:41 -0000      1.8
--- navbar.inc.php      24 May 2002 10:38:02 -0000      1.9
***************
*** 126,139 ****
                $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;
        }
--- 126,129 ----




reply via email to

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