You are here

function image_gallery_perm in Image 7

Same name and namespace in other branches
  1. 5.2 contrib/image_gallery/image_gallery.module \image_gallery_perm()
  2. 5 contrib/image_gallery/image_gallery.module \image_gallery_perm()
  3. 6 contrib/image_gallery/image_gallery.module \image_gallery_perm()

Implementation of hook_perm().

File

contrib/image_gallery/image_gallery.module, line 33

Code

function image_gallery_perm() {
  return array(
    'administer image galleries',
  );
}