You are here

function workflow_notify_theme in Workflow 7

Same name and namespace in other branches
  1. 7.2 workflow_notify/workflow_notify.module \workflow_notify_theme()

Implements hook_theme().

File

workflow_notify/workflow_notify.module, line 50
Notify roles for Workfllow state transitions.

Code

function workflow_notify_theme() {
  return array(
    'workflow_notify_settings_form' => array(
      'render element' => 'form',
      'file' => 'workflow_notify.admin.inc',
    ),
  );
}