You are here

function menu_block_perm in Menu Block 5

Implementation of hook_perm().

File

./menu_block.module, line 6

Code

function menu_block_perm() {
  return array(
    'administer menu block',
  );
}