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