| Versionen | |
|---|---|
| drupal6 – drupal7 | theme_taxonomy_term_select($element) |
Format the selection field for choosing terms (by default the default selection field is used).
modules/
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>
Kommentare
Kommentar hinzufügen