You are here

function mail_edit_perm in Mail Editor 6

Implementation of hook_perm().

File

./mail_edit.module, line 21
Main file for the Mail Editor module.

Code

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