1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fix for using {THEME} (ie. theme folder path) in footer part of theme layout.

This commit is contained in:
Cameron
2019-07-05 13:48:35 -07:00
parent 20e15a4ac0
commit 913ac249f7
2 changed files with 3 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ if (varset($e107_popup) != 1)
$psc = array(
'</body>' => '',
'{THEME}' => THEME_ABS,
);
parseheader($FOOTER, $psc);

View File

@@ -175,8 +175,8 @@ if ($e_headers && is_array($e_headers))
}
unset($e_headers);
// echo e107::getUrl()->response()->renderMeta()."\n"; // render all the e107::meta() entries.
echo e107::getSingleton('eResponse')->renderMeta()."\n";
echo e107::getSingleton('eResponse')->renderMeta()."\n"; // render all the e107::meta() entries.
if (deftrue('e_FRONTPAGE'))
{