function menu_perm

6.x menu.module menu_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/menu/menu.module, line 38
Allows administrators to customize the site navigation menu.

Code

function menu_perm() {
  return array('administer menu');
}