Merge branch 'ent-3776-Menú-lateral-debe-aparecer-desplegado-por-defecto-2' into 'develop'
fix pandora logo image path See merge request artica/pandorafms!2302 Former-commit-id: 7b4fbefe53b68c12ad8c4daf8e6d0c4dd283e2d1
This commit is contained in:
commit
8426374776
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue