| 5 contact.module | contact_perm() |
| 6 contact.module | contact_perm() |
Implementation of hook_perm
File
- modules/
contact/ contact.module, line 37 - Enables the use of personal and site-wide contact forms.
Code
function contact_perm() {
return array('access site-wide contact form', 'administer site-wide contact form');
}
Login or register to post comments