You are here

function superfish_perm in Superfish 6

Implementation of hook_perm().

File

./superfish.module, line 26
Enables the use of jQuery Superfish plugin for Drupal menus.

Code

function superfish_perm() {
  return array(
    'administer superfish',
  );
}