#9819 change setcion menu configuration sound
This commit is contained in:
parent
34fede2ce1
commit
624463d573
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue