function ad_remote_perm in Advertisement 6.3
Same name and namespace in other branches
- 5.2 remote/ad_remote.module \ad_remote_perm()
- 5 remote/ad_remote.module \ad_remote_perm()
- 6 remote/ad_remote.module \ad_remote_perm()
- 6.2 remote/ad_remote.module \ad_remote_perm()
- 7 remote/ad_remote.module \ad_remote_perm()
Implementation of hook_perm().
File
- remote/
ad_remote.module, line 15 - Enhances the ad module to providing cut-and-paste source snippets allowing ads to be easily displayed on remote websites.
Code
function ad_remote_perm() {
return array(
'host remote advertisements',
);
}