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