You are here

function fancybox_perm in fancyBox 5

Same name and namespace in other branches
  1. 6 fancybox.module \fancybox_perm()

Implementation of hook_perm().

File

./fancybox.module, line 60

Code

function fancybox_perm() {
  return array(
    'administer fancybox',
  );
}