function add_to_head_perm in Add To Head 6
Implementation of hook_perm().
File
- ./
add_to_head.module, line 69 - Add To Head allows abritrary insertion of code into the head of the page based on path selection.
Code
function add_to_head_perm() {
return array(
'administer add to head',
);
}