You are here

function theme_content_taxonomy_tree in Content Taxonomy 6.2

Same name and namespace in other branches
  1. 6 content_taxonomy_tree.module \theme_content_taxonomy_tree()

FAPI theme for content_taxonomy_tree

element already rendered by taxonomy_manager_tree

File

./content_taxonomy_tree.module, line 198

Code

function theme_content_taxonomy_tree($element) {
  return $element['#children'];
}