We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78fdb81 + 1437f1f commit aa83c1fCopy full SHA for aa83c1f
main/inc/lib/banner.lib.php
@@ -153,7 +153,7 @@ function return_logo($theme)
153
$html = '';
154
$logoBase = api_get_path(SYS_CSS_PATH).'themes/'.$theme.'/images/header-logo.';
155
$customLogoBase = api_get_path(SYS_PUBLIC_PATH).'css/themes/'.$theme.'/images/header-logo-custom.';
156
-
+ $customLogo = '';
157
$siteName = api_get_setting('siteName');
158
$attributes = array(
159
'title' => $siteName,
0 commit comments