function scrolltext_perm in ScrollText 5
Same name and namespace in other branches
- 6 scrolltext.module \scrolltext_perm()
Implementation of hook_perm
File
- ./
scrolltext.module, line 23 - This module used for scrolling text from node title
Code
function scrolltext_perm() {
return array(
'access scrolltext',
'administer scrolltext',
);
}