fix pandora logo image path

Former-commit-id: 92bc151f8e988758af7381ca95b8055ec7a23d5e
This commit is contained in:
alejandro-campos 2019-03-27 16:26:47 +01:00
parent f7cf7c65ac
commit 082e5f06d6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $custom_logo_collapsed = 'images/custom_logo/'.$config['custom_logo_collapsed'];
if (!defined('PANDORA_ENTERPRISE')) {
$logo_title = get_product_name().' Opensource';
$custom_logo = 'images/custom_logo/pandora_logo_head_green.png';
$custom_logo = 'images/custom_logo/pandora_logo_head_3.png';
$custom_logo_collapsed = 'images/custom_logo/pandora_logo_green_collapsed.png';
} else {
if (file_exists(ENTERPRISE_DIR.'/'.$custom_logo)) {