function taxonomy_menu_theme in Taxonomy menu 6.3
Implementation of hook_theme()
File
- ./
taxonomy_menu.module, line 411 - It Generates menu links for all selected taxonomy terms
Code
function taxonomy_menu_theme() {
return array(
'taxonomy_menu_term_set_table' => array(
'arguments' => array(
'form',
),
),
'taxonomy_menu_group_term_set_add' => array(
'arguments' => array(
'form',
),
),
);
}