function stickynav_perm in Sticky Navigation 6
Implements hook_perm().
File
- ./
stickynav.module, line 40 - Make a menu or some other element on the page stick on top when you scroll down
Code
function stickynav_perm() {
return array(
'administer stickynav',
);
}