function workbench_email_theme in Workbench Email 7.3
Same name and namespace in other branches
- 7 workbench_email.module \workbench_email_theme()
Implements hook_theme().
File
- ./
workbench_email.module, line 63 - Code for the Workbench Email Module.
Code
function workbench_email_theme() {
return array(
'workbench_email_form' => array(
'file' => 'workbench_email.admin.inc',
'render element' => 'form',
),
);
}