From 082e5f06d6688440dd523448f9c36b6eca252b6f Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Wed, 27 Mar 2019 16:26:47 +0100 Subject: [PATCH] fix pandora logo image path Former-commit-id: 92bc151f8e988758af7381ca95b8055ec7a23d5e --- pandora_console/general/main_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 072484ee06..877f171090 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -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)) {