mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix SITENAME to check for constants. (as in v1)
This commit is contained in:
@@ -621,7 +621,7 @@ function getip()
|
||||
}
|
||||
|
||||
// for multi-language these definitions needs to come after the language loaded.
|
||||
define('SITENAME', trim($tp->toHTML($pref['sitename'], '', 'USER_TITLE,er_on')));
|
||||
define('SITENAME', trim($tp->toHTML($pref['sitename'], '', 'USER_TITLE,er_on,defs')));
|
||||
define('SITEBUTTON', $tp->replaceConstants($pref['sitebutton'],'abs'));
|
||||
define('SITETAG', $tp->toHTML($pref['sitetag'], false, 'emotes_off,defs'));
|
||||
define('SITEDESCRIPTION', $tp->toHTML($pref['sitedescription'], '', 'emotes_off,defs'));
|
||||
|
Reference in New Issue
Block a user