menu_perm

5 menu.module menu_perm()
6 menu.module menu_perm()

Implementation of hook_perm().

File

modules/menu/menu.module, line 38
Allows administrators to customize the site navigation menu.

Code

function menu_perm() {
  return array('administer menu');
}
Login or register to post comments