| 5 menu.module | menu_perm() |
| 6 menu.module | menu_perm() |
Implementation of hook_perm().
File
- modules/
menu.module, line 164 - Allows administrators to customize the site navigation menu.
Code
function menu_perm() {
return array('administer menu');
}
Login or register to post comments