function megamenu_perm in Megamenu 6.2
Same name and namespace in other branches
- 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',
);
}