function taxonomy_theme

Implements hook_theme().

File

drupal/core/modules/taxonomy/taxonomy.module, line 219
Enables the organization of content into categories.

Code

function taxonomy_theme() {
  return array(
    'taxonomy_term' => array(
      'render element' => 'elements',
      'template' => 'taxonomy-term',
    ),
  );
}