You are here

function custompage_perm in Custom Page 6

Implementation of hook_perm().

File

./custompage.module, line 32
Custom Page Module

Code

function custompage_perm() {
  return array(
    'administer custompage',
    'edit custompage tiles',
  );
}