Очень нужна помощь по темизации.
Во views создал блок
Fields
Taxonomy: Term
Node: Title
Node: Body
В views-view-fields--название--block-1.tpl.php
<?php print $fields['title']->content; ?>
<?php print $fields['body']->content; ?>
<?php print $fields['body']->content; ?>
выводится все отлично,но как вывести Taxonomy: Term ?
Комментарии
print_r($fields)
получилось вот такое
Array ( [name] => stdClass Object ( [content] => [raw] => [inline] => [inline_html] => div [handler] => views_handler_field_taxonomy Object ( [field_alias] => term_data_name [aliases] => Array ( [vid] => term_data_vid [tid] => term_data_tid ) [options] => Array ( [label] => [alter] => Array ( [alter_text] => 0 [text] => [make_link] => 0 [path] => [absolute] => 0 [alt] => [rel] => [link_class] => [prefix] => [suffix] => [target] => [trim] => 0 [max_length] => [word_boundary] => 1 [ellipsis] => 1 [strip_tags] => 0 [html] => 0 [help] => ) [empty] => [hide_empty] => 0 [empty_zero] => 0 [hide_alter_empty] => 1 [link_to_taxonomy] => 0 [exclude] => 0 [id] => name [table] => term_data [field] => name [override] => Array ( [button] => Use default ) [relationship] => none ) [definition] => Array ( [handler] => views_handler_field_taxonomy [click sortable] => 1 [group] => Taxonomy [title] => Term [help] =>
помогите кто-нибудь