You are here

function menu_perm in Drupal 4

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