theme_taxonomy_term_select
modules/taxonomy/taxonomy.module, строка 1081
- Версии
- 5 – 6
theme_taxonomy_term_select($element)
Format the selection field for choosing terms (by deafult the default selection field is used).
Связанные темы
Код
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии