You are here

function headerimage_perm in Header image 6

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

Implementation of hook_perm().

File

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

Code

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