function page_title_perm in Page Title 6
Same name and namespace in other branches
- 5.2 page_title.module \page_title_perm()
 - 5 page_title.module \page_title_perm()
 - 6.2 page_title.module \page_title_perm()
 
Implementation of hook_perm().
File
- ./
page_title.module, line 44  - Enhanced control over the page title (in the head tag).
 
Code
function page_title_perm() {
  return array(
    'set page title',
    'administer page titles',
  );
}