From 1e7aa992a036b7e80049b97582b1249e19764b51 Mon Sep 17 00:00:00 2001 From: seek3r Date: Tue, 26 Dec 2000 19:42:15 +0000 Subject: [PATCH] sorting out the final details --- phpgwapi/inc/phpgw_common.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpgwapi/inc/phpgw_common.inc.php b/phpgwapi/inc/phpgw_common.inc.php index 79f1d44c3e..97ab21f86b 100644 --- a/phpgwapi/inc/phpgw_common.inc.php +++ b/phpgwapi/inc/phpgw_common.inc.php @@ -574,6 +574,10 @@ * Load the app include files if the exists * \**************************************************************************/ /* 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() {