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);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему