You are here

function megamenu_perm in Megamenu 6.2

Same name and namespace in other branches
  1. 6 megamenu.module \megamenu_perm()

Implementation of hook_perm()

File

./megamenu.module, line 72
megamenu-Menu Builder

Code

function megamenu_perm() {
  return array(
    'administer mega menu',
  );
}