Made Twitter and Chat link targets in the header configurable.
This commit is contained in:
parent
bc8e7f3f43
commit
9c6c7d9786
2 changed files with 5 additions and 2 deletions
|
@ -153,6 +153,7 @@ Template::set('globals', [
|
|||
'site_description' => $cfg->getValue('site.desc', IConfig::T_STR),
|
||||
'site_url' => $cfg->getValue('site.url', IConfig::T_STR),
|
||||
'site_twitter' => $cfg->getValue('social.twitter', IConfig::T_STR),
|
||||
'site_chat' => $cfg->getValue('sockChat.chatPath.normal', IConfig::T_STR),
|
||||
]);
|
||||
|
||||
Template::addPath(MSZ_TEMPLATES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue