mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Minor fix - opensource welcome icon
This commit is contained in:
parent
f69d243330
commit
abf4097e63
@ -396,7 +396,15 @@ class WelcomeWindow extends Wizard
|
||||
$logo_url = ENTERPRISE_DIR.'/';
|
||||
}
|
||||
|
||||
$logo_url .= 'images/custom_logo/'.$config['custom_logo_white_bg'];
|
||||
if (empty($config['custom_logo_white_bg']) === false) {
|
||||
$logo_url .= ui_get_full_url(
|
||||
'images/custom_logo/'.$config['custom_logo_white_bg']
|
||||
);
|
||||
} else {
|
||||
$logo_url .= ui_get_full_url(
|
||||
'images/custom_logo/pandora_logo_head_white_bg.png'
|
||||
);
|
||||
}
|
||||
|
||||
$inputs = [
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user