Я сделал следующее:
- создан page-taxonomy-term.tpl.php
- создан node-taxonomy.tpl.php
В шаблоне template.php введён следующий код:
Код: Выделить всё
function templateNAME_preprocess_node(&$vars) { if (arg(0) == 'taxonomy') { $suggestions = array( 'node-taxonomy' ); $vars['template_files'] = array_merge($vars['template_files'], $suggestions); }
Подробнее здесь: https://stackoverflow.com/questions/179 ... n-drupal-6
Мобильная версия