function ad_owners_theme in Advertisement 6.3
Same name and namespace in other branches
- 6 owners/ad_owners.module \ad_owners_theme()
- 6.2 owners/ad_owners.module \ad_owners_theme()
- 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,
),
),
);
}