function contemplate_theme in Content Templates (Contemplate) 7
Same name and namespace in other branches
- 6 contemplate.module \contemplate_theme()
Implements hook_theme().
File
- ./
contemplate.module, line 926 - Create templates to customize teaser and body content.
Code
function contemplate_theme() {
return array(
'contemplate_field' => array(
'arguments' => array(
'element' => NULL,
),
),
);
}