function nofollowlist_perm in Nofollow List 6
Same name and namespace in other branches
- 5 nofollowlist.module \nofollowlist_perm()
Implementation of hook_perm().
File
- ./
nofollowlist.module, line 22
Code
function nofollowlist_perm() {
return array(
'administer nofollowlist',
);
}