mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#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;
|
$menu_godmode['gextensions']['sub'] = $sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -477,10 +477,6 @@ if ($access_console_node === true) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?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;
|
$menu_operation['eventos']['sub'] = $sub;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -627,7 +623,6 @@ if ($access_console_node === true) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!empty($sub)) {
|
if (!empty($sub)) {
|
||||||
$menu_operation['extensions']['text'] = __('Tools');
|
$menu_operation['extensions']['text'] = __('Tools');
|
||||||
$menu_operation['extensions']['sec2'] = 'operation/extensions';
|
$menu_operation['extensions']['sec2'] = 'operation/extensions';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user