1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #870 - Fallback to sitename option added to {SITELOGO}

This commit is contained in:
Cameron 2015-02-06 11:55:13 -08:00
parent 531047c134
commit dc063c9957

View File

@ -116,6 +116,10 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
$logo = THEME_ABS.'images/e_logo.png'; // HTML path
$path = THEME.'images/e_logo.png'; // PHP path
}
elseif(varset($parm['fallback']) == 'sitename') // fallback to
{
return $this->sc_sitename('link');
}
else
{
$logo = e_IMAGE_ABS.'logo.png'; // HTML path