1
0
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:
Cameron
2020-12-20 13:25:03 -08:00
parent 601df26d51
commit bdb4104f9c
6 changed files with 64 additions and 35 deletions

View File

@@ -78,7 +78,7 @@ if (varset($e107_popup) != 1)
'{---FOOTER---}' => $tp->parseTemplate('{FOOTER}',true)
);
parseheader($FOOTER, $psc);
e107::renderLayout($FOOTER, $psc);
}
$eTimingStop = microtime();