#12997 remove skins section
This commit is contained in:
parent
d482425991
commit
d7fb3c937d
|
@ -517,8 +517,6 @@ if ($access_console_node === true) {
|
||||||
$sub['godmode/setup/license']['text'] = __('License');
|
$sub['godmode/setup/license']['text'] = __('License');
|
||||||
$sub['godmode/setup/license']['id'] = 'license';
|
$sub['godmode/setup/license']['id'] = 'license';
|
||||||
|
|
||||||
enterprise_hook('skins_submenu');
|
|
||||||
|
|
||||||
enterprise_hook('translate_string_submenu');
|
enterprise_hook('translate_string_submenu');
|
||||||
|
|
||||||
$menu_godmode['gsetup']['sub'] = $sub;
|
$menu_godmode['gsetup']['sub'] = $sub;
|
||||||
|
|
|
@ -64,8 +64,6 @@ function menu_print_menu(&$menu)
|
||||||
$sec2 = 'godmode/alerts/alert_actions';
|
$sec2 = 'godmode/alerts/alert_actions';
|
||||||
} else if ($sec2 === 'godmode/alerts/configure_alert_command') {
|
} else if ($sec2 === 'godmode/alerts/configure_alert_command') {
|
||||||
$sec2 = 'godmode/alerts/alert_commands';
|
$sec2 = 'godmode/alerts/alert_commands';
|
||||||
} else if ($sec2 === 'enterprise/godmode/setup/edit_skin') {
|
|
||||||
$sec2 = 'enterprise/godmode/setup/setup_skins';
|
|
||||||
} else if ($sec2 === 'operation/agentes/networkmap.dinamic') {
|
} else if ($sec2 === 'operation/agentes/networkmap.dinamic') {
|
||||||
$sec2 = 'operation/agentes/pandora_networkmap';
|
$sec2 = 'operation/agentes/pandora_networkmap';
|
||||||
} else if ($sec2 === 'godmode/gis_maps/configure_gis_map') {
|
} else if ($sec2 === 'godmode/gis_maps/configure_gis_map') {
|
||||||
|
|
|
@ -47,6 +47,10 @@ function themes_get_css($path=false)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($file === 'pandoraitsm.css') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// Skip '..' and '.' entries and files not ended in '.css'.
|
// Skip '..' and '.' entries and files not ended in '.css'.
|
||||||
if ($path && ($file == '.' || $file == '..' || strtolower(substr($file, (strlen($file) - 4))) !== '.css')) {
|
if ($path && ($file == '.' || $file == '..' || strtolower(substr($file, (strlen($file) - 4))) !== '.css')) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue