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:
parent
531047c134
commit
dc063c9957
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user