1
0
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:
Cameron 2015-02-09 01:27:04 -08:00
parent d70b389a8e
commit 1697b1474b

View File

@ -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
{