function workbench_access_theme in Workbench Access 7
Implements hook_theme().
File
- ./
workbench_access.module, line 267 - Workbench Access module file.
Code
function workbench_access_theme($existing, $type, $theme, $path) {
$themes = array(
'workbench_access_editor_form' => array(
'render element' => 'form',
'file' => 'workbench_access.admin.inc',
),
);
return $themes;
}