mirror of
				https://github.com/pandorafms/pandorafms.git
				synced 2025-11-03 21:15:26 +01:00 
			
		
		
		
	Fixed welcome icone
This commit is contained in:
		
							parent
							
								
									a5c1caab1f
								
							
						
					
					
						commit
						21db360ab8
					
				@ -29,10 +29,6 @@ require_once($config['homedir'] . "/include/functions_modules.php");
 | 
			
		||||
require_once($config['homedir'] . "/include/functions_groups.php");
 | 
			
		||||
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
 | 
			
		||||
function networkmap_is_descendant ($node, $ascendant, $parents) {
 | 
			
		||||
 | 
			
		||||
@ -4008,7 +4008,7 @@ function ui_get_logo_to_center_networkmap () {
 | 
			
		||||
	global $config;
 | 
			
		||||
 | 
			
		||||
	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'];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user