You are here

function menu_perm in Drupal 6

Same name and namespace in other branches
  1. 4 modules/menu.module \menu_perm()
  2. 5 modules/menu/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',
  );
}