You are here

function taxonomy_revision_theme in Taxonomy revision 7

Implements hook_theme().

File

./taxonomy_revision.module, line 114
This is the main module file for the Taxonomy revision module.

Code

function taxonomy_revision_theme() {
  return array(
    'taxonomy_revision_taxonomy_revisions' => array(
      'render element' => 'form',
      'file' => 'taxonomy_revision.theme.inc',
    ),
  );
}