You are here

function headerimage_perm in Header image 5

Same name and namespace in other branches
  1. 6 headerimage.module \headerimage_perm()

Implementation of hook_perm().

File

./headerimage.module, line 253
headerimage.module Conditionally display an node in a block.

Code

function headerimage_perm() {
  return array(
    'administer Header Image',
    'maintain display conditions',
    'view header image',
  );
}