You are here

function contemplate_perm in Content Templates (Contemplate) 6

Same name and namespace in other branches
  1. 5 contemplate.module \contemplate_perm()

Implementation of hook_perm().

File

./contemplate.module, line 130
Create templates to customize teaser and body content.

Code

function contemplate_perm() {
  return array(
    'administer templates',
  );
}