Fixed welcome icone

This commit is contained in:
samucarc 2018-07-26 17:44:31 +02:00
parent a5c1caab1f
commit 21db360ab8
2 changed files with 1 additions and 5 deletions

View File

@ -29,10 +29,6 @@ require_once($config['homedir'] . "/include/functions_modules.php");
require_once($config['homedir'] . "/include/functions_groups.php"); require_once($config['homedir'] . "/include/functions_groups.php");
ui_require_css_file ('cluetip'); ui_require_css_file ('cluetip');
/**
* Definitions
*/
define('DEFAULT_NETWORKMAP_CENTER_LOGO', 'images/networkmap/bola_pandora_network_maps.png');
// Check if a node descends from a given node // Check if a node descends from a given node
function networkmap_is_descendant ($node, $ascendant, $parents) { function networkmap_is_descendant ($node, $ascendant, $parents) {

View File

@ -4008,7 +4008,7 @@ function ui_get_logo_to_center_networkmap () {
global $config; global $config;
if ((!enterprise_installed()) || empty($config['custom_network_center_logo'])) { if ((!enterprise_installed()) || empty($config['custom_network_center_logo'])) {
return DEFAULT_NETWORKMAP_CENTER_LOGO; return 'images/networkmap/bola_pandora_network_maps.png';
} }
return 'enterprise/images/custom_general_logos/' . $config['custom_support_logo']; return 'enterprise/images/custom_general_logos/' . $config['custom_support_logo'];