function _accordion_menu_perm in Accordion Menu 6
Implements hook_perm().
1 call to _accordion_menu_perm()
- accordion_menu_perm in ./
accordion_menu.module - Implements hook_perm().
File
- includes/
info.inc, line 12 - Provides info-type hook implementations that are infrequently called.
Code
function _accordion_menu_perm() {
return array(
'administer accordion menu',
);
}