You are here

function tft_taxonomy_access_theme in Taxonomy File Tree 7.2

Implements hook_theme().

File

modules/tft_taxonomy_access/tft_taxonomy_access.module, line 65
Taxonomy Access integration.

Code

function tft_taxonomy_access_theme() {
  return array(
    'tft_taxonomy_access_access_form' => array(
      'render element' => 'form',
    ),
  );
}