theme_taxonomy_term_select

5 taxonomy.module theme_taxonomy_term_select($element)
6 taxonomy.module theme_taxonomy_term_select($element)

Format the selection field for choosing terms (by deafult the default selection field is used).

Related topics

File

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

Code

function theme_taxonomy_term_select($element) {
  return theme('select', $element);
}
Login or register to post comments