You are here

function ad_owners_theme in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 owners/ad_owners.module \ad_owners_theme()
  2. 6 owners/ad_owners.module \ad_owners_theme()
  3. 7 owners/ad_owners.module \ad_owners_theme()

Implementation of hook_theme().

File

owners/ad_owners.module, line 14
Enhances the ad module to support ad owners.

Code

function ad_owners_theme() {
  return array(
    'ad_owner_permissions_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}