mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fixes #870 Fallback to sitename option added to {SITELOGO}
This commit is contained in:
@@ -118,7 +118,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
||||
}
|
||||
elseif(varset($parm['fallback']) == 'sitename') // fallback to
|
||||
{
|
||||
return $this->sc_sitename('link');
|
||||
return $this->sc_sitename($parm);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user