contact_perm

Definition

contact_perm()
contact/contact.module, line 36

Description

Implementation of hook_perm

Code

<?php
function contact_perm() {
  return array('access site-wide contact form');
}
?>