function pet_perm in Previewable email templates 6
Implementation of hook_perm().
File
- ./
pet.module, line 86 - Previewable E-mail Template module.
Code
function pet_perm() {
return array(
'administer previewable email templates',
'use previewable email templates',
);
}