function contemplate_perm in Content Templates (Contemplate) 5
Same name and namespace in other branches
- 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',
);
}