#9819 change setcion menu configuration sound

This commit is contained in:
Jonathan 2023-01-30 08:27:03 +01:00
parent 34fede2ce1
commit 624463d573
2 changed files with 4 additions and 5 deletions

View File

@ -435,6 +435,10 @@ if ((bool) check_acl($config['id_user'], 0, 'PM') === true || (bool) check_acl($
}
}
$sub['godmode/events/configuration_sounds']['text'] = __('Configuration Sounds');
$sub['godmode/events/configuration_sounds']['id'] = 'Configuration Sounds';
$sub['godmode/events/configuration_sounds']['pages'] = ['godmode/events/configuration_sounds'];
$menu_godmode['gextensions']['sub'] = $sub;
}

View File

@ -477,10 +477,6 @@ if ($access_console_node === true) {
}
</script>
<?php
$sub['godmode/events/configuration_sounds']['text'] = __('Configuration Sounds');
$sub['godmode/events/configuration_sounds']['id'] = 'Configuration Sounds';
$sub['godmode/events/configuration_sounds']['pages'] = ['godmode/events/configuration_sounds'];
$menu_operation['eventos']['sub'] = $sub;
}
}
@ -627,7 +623,6 @@ if ($access_console_node === true) {
}
}
if (!empty($sub)) {
$menu_operation['extensions']['text'] = __('Tools');
$menu_operation['extensions']['sec2'] = 'operation/extensions';