mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
trying to sort out app include order
This commit is contained in:
parent
cf8c6eeb99
commit
c8ed443755
@ -574,6 +574,7 @@
|
||||
* Load the app include files if the exists *
|
||||
\**************************************************************************/
|
||||
/* Then the include file */
|
||||
/*
|
||||
if (! $phpgw_info["flags"]["nonavbar"] && file_exists ($phpgw_info["server"]["app_inc"]."/functions.inc.php")){
|
||||
include($phpgw_info["server"]["app_inc"]."/functions.inc.php");
|
||||
}
|
||||
@ -581,6 +582,7 @@
|
||||
if (! $phpgw_info["flags"]["noappnavbar"] && file_exists ($phpgw_info["server"]["app_inc"]."/header.inc.php")) {
|
||||
include($phpgw_info["server"]["app_inc"]."/header.inc.php");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
function phpgw_header() {
|
||||
|
Loading…
Reference in New Issue
Block a user