trying to sort out app include order

This commit is contained in:
seek3r 2000-12-26 19:21:00 +00:00
parent cf8c6eeb99
commit c8ed443755

View File

@ -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() {