You are here

function workflow_notify_theme in Workflow 7.2

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

Implements hook_theme().

File

workflow_notify/workflow_notify.module, line 88
Notify roles for Workflow state transitions.

Code

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