You are here

function ad_html_access in Advertisement 6.3

Same name and namespace in other branches
  1. 6 html/ad_html.module \ad_html_access()
  2. 6.2 html/ad_html.module \ad_html_access()

Implementation of hook_access().

File

html/ad_html.module, line 68
Enhances the ad module to support html ads.

Code

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