You are here

function megamenu_perm in Megamenu 6

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

Implementation of hook_perm()

File

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

Code

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