You are here

function ad_html_theme in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 html/ad_html.module \ad_html_theme()
  2. 6 html/ad_html.module \ad_html_theme()
  3. 7 html/ad_html.module \ad_html_theme()

Implementation of hook_theme().

File

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

Code

function ad_html_theme() {
  return array(
    'ad_html_ad' => array(
      'file' => 'ad_html.module',
      'arguments' => array(
        'ad' => NULL,
      ),
    ),
  );
}