function fancybox_perm in fancyBox 6
Same name and namespace in other branches
- 5 fancybox.module \fancybox_perm()
Implementation of hook_perm().
File
- ./
fancybox.module, line 66 - Provides the Fancybox jQuery plugin for displaying images, HTML content and multimedia in an elegant box.
Code
function fancybox_perm() {
return array(
'administer fancybox',
);
}