mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Moved parseheader() to e107 class as renderLayout() Added test.
This commit is contained in:
@@ -78,7 +78,7 @@ if (varset($e107_popup) != 1)
|
||||
'{---FOOTER---}' => $tp->parseTemplate('{FOOTER}',true)
|
||||
);
|
||||
|
||||
parseheader($FOOTER, $psc);
|
||||
e107::renderLayout($FOOTER, $psc);
|
||||
}
|
||||
|
||||
$eTimingStop = microtime();
|
||||
|
Reference in New Issue
Block a user