You are here

function hs_taxonomy_theme in Hierarchical Select 7.3

Implements hook_theme().

File

modules/hs_taxonomy.module, line 11
Implementation of the Hierarchical Select API for the Taxonomy module.

Code

function hs_taxonomy_theme() {
  return array(
    'hs_taxonomy_formatter_lineage' => array(
      'variables' => array(
        'lineage' => array(),
      ),
    ),
  );
}