function menu_perm

Implementation of hook_perm().

Archivo

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

Código

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