You are here

function lightbox2_perm in Lightbox2 5

Same name and namespace in other branches
  1. 5.2 lightbox2.module \lightbox2_perm()
  2. 6 lightbox2.module \lightbox2_perm()

Implementation of hook_perm() Define the permissions this module uses

File

./lightbox2.module, line 62

Code

function lightbox2_perm() {
  return array(
    'administer lightbox2',
  );
}