You are here

function ad_external_access in Advertisement 6.3

Same name and namespace in other branches
  1. 6 external/ad_external.module \ad_external_access()
  2. 6.2 external/ad_external.module \ad_external_access()

Implementation of hook_access().

File

external/ad_external.module, line 90
Enhances the ad module to support externally hosted ads, served via IFrames. It is recommended that you configure "Administer >> Content management >> Ads >> Settings >> Global settings >> Display type" to…

Code

function ad_external_access($op, $node, $account) {
  return ad_access($op, $node, $account);
}