mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Fixed footer call
This commit is contained in:
parent
16cad5e0b4
commit
fcd9d43bba
@ -529,7 +529,7 @@
|
|||||||
global $phpgw, $phpgw_info, $HTMLCOMPLAINT;
|
global $phpgw, $phpgw_info, $HTMLCOMPLAINT;
|
||||||
|
|
||||||
if (!isset($phpgw_info["flags"]["nofooter"]) || !$phpgw_info["flags"]["nofooter"]) {
|
if (!isset($phpgw_info["flags"]["nofooter"]) || !$phpgw_info["flags"]["nofooter"]) {
|
||||||
include($phpgw_info["server"]["api_inc"] . "/footer.inc.php");
|
include(PHPGW_API_INC . "/footer.inc.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean up mcrypt
|
// Clean up mcrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user