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:
@@ -68,7 +68,12 @@ if (varset($e107_popup) != 1)
|
||||
//
|
||||
if(!deftrue('e_IFRAME'))
|
||||
{
|
||||
parseheader($FOOTER);
|
||||
|
||||
$psc = array(
|
||||
'</body>' => '',
|
||||
);
|
||||
|
||||
parseheader($FOOTER, $psc);
|
||||
}
|
||||
|
||||
$eTimingStop = microtime();
|
||||
|
Reference in New Issue
Block a user