You are here

function front_page_perm in Front Page 6

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

Implementation of hook_perm().

File

./front_page.module, line 55

Code

function front_page_perm() {
  return array(
    'access frontpage',
    'administer frontpage',
  );
}