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:
@@ -71,6 +71,7 @@ if (varset($e107_popup) != 1)
|
||||
|
||||
$psc = array(
|
||||
'</body>' => '',
|
||||
'{THEME}' => THEME_ABS,
|
||||
);
|
||||
|
||||
parseheader($FOOTER, $psc);
|
||||
|
@@ -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'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user