1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +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);