You are here

function ad_remote_perm in Advertisement 5.2

Same name and namespace in other branches
  1. 5 remote/ad_remote.module \ad_remote_perm()
  2. 6.3 remote/ad_remote.module \ad_remote_perm()
  3. 6 remote/ad_remote.module \ad_remote_perm()
  4. 6.2 remote/ad_remote.module \ad_remote_perm()
  5. 7 remote/ad_remote.module \ad_remote_perm()

Drupal _perm hook.

File

remote/ad_remote.module, line 16
Enhances the ad module to providing cut-and-paste source snippets allowing ads to be easily displayed on remote websites. This module is a proof of concept.

Code

function ad_remote_perm() {
  return array(
    'host remote advertisements',
  );
}