You are here

function front_page_perm in Front Page 6.2

Same name and namespace in other branches
  1. 6 front_page.module \front_page_perm()

Implementation of hook_perm().

File

./front_page.module, line 84

Code

function front_page_perm() {
  return array(
    'administer front page',
  );
}