mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
sorting out the final details
This commit is contained in:
parent
40e3054b17
commit
1e7aa992a0
@ -574,6 +574,10 @@
|
|||||||
* Load the app include files if the exists *
|
* Load the app include files if the exists *
|
||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
/* Then the include file */
|
/* Then the include file */
|
||||||
|
|
||||||
|
if ($phpgw_info["flags"]["noheader"] && !$phpgw_info["flags"]["noappheader"] && file_exists ($phpgw_info["server"]["app_inc"]."/header.inc.php")) {
|
||||||
|
include($phpgw_info["server"]["app_inc"]."/header.inc.php");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function app_header() {
|
function app_header() {
|
||||||
|
Loading…
Reference in New Issue
Block a user