You are here

function contemplate_perm in Content Templates (Contemplate) 5

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

Implementation of hook_perm()

File

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

Code

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