1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Isse #2308 Remove the need for the BODYTAG constant.

This commit is contained in:
Cameron
2019-06-21 14:09:10 -07:00
parent 8ffe5f4fca
commit 1cb3f934ea
3 changed files with 50 additions and 12 deletions

View File

@@ -68,7 +68,12 @@ if (varset($e107_popup) != 1)
//
if(!deftrue('e_IFRAME'))
{
parseheader($FOOTER);
$psc = array(
'</body>' => '',
);
parseheader($FOOTER, $psc);
}
$eTimingStop = microtime();