mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
fix pandora logo image path
Former-commit-id: 92bc151f8e988758af7381ca95b8055ec7a23d5e
This commit is contained in:
parent
f7cf7c65ac
commit
082e5f06d6
@ -56,7 +56,7 @@ $custom_logo_collapsed = 'images/custom_logo/'.$config['custom_logo_collapsed'];
|
|||||||
|
|
||||||
if (!defined('PANDORA_ENTERPRISE')) {
|
if (!defined('PANDORA_ENTERPRISE')) {
|
||||||
$logo_title = get_product_name().' Opensource';
|
$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';
|
$custom_logo_collapsed = 'images/custom_logo/pandora_logo_green_collapsed.png';
|
||||||
} else {
|
} else {
|
||||||
if (file_exists(ENTERPRISE_DIR.'/'.$custom_logo)) {
|
if (file_exists(ENTERPRISE_DIR.'/'.$custom_logo)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user