You are here

function batch_add_terms_theme in Batch add terms 7

Implements hook_theme().

File

./batch_add_terms.module, line 33

Code

function batch_add_terms_theme() {
  return array(
    'taxonomy_overview_vocabularies' => array(
      'render element' => 'form',
      'function' => 'batch_add_terms_taxonomy_overview_vocabularies',
      'file' => 'batch_add_terms.admin.inc',
    ),
  );
}