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