You are here

function theme_taxonomy_term_select in Drupal 4

Same name and namespace in other branches
  1. 5 modules/taxonomy/taxonomy.module \theme_taxonomy_term_select()
  2. 6 modules/taxonomy/taxonomy.module \theme_taxonomy_term_select()
1 theme call to theme_taxonomy_term_select()
_taxonomy_term_select in modules/taxonomy.module

File

modules/taxonomy.module, line 1063
Enables the organization of content into categories.

Code

function theme_taxonomy_term_select($element) {
  return theme('select', $element);
}