Как вывести в виджет "Список контента" количество просмотров. (Стиль "Обычный"). Див details.
В шаблоне виджета list_basic.tpl.php вставил кусок из шаблона просмотр списка defaul_list.tpl.php
<span class="bar_item bi_hits" title="<?php echo LANG_HITS; ?>"> <?php echo $item['hits_count']; ?> </span> <?php } ?>
Далее в theme-widget.css вставил возле комментов кусочек из theme-content.css
.content_list_item .info_bar .bi_hits{ padding-left:22px; background: url("../images/icons/eye-small.png") no-repeat 5px center; }
.widget_content_list .details .bi_hits{ padding-left:22px; background: url("../images/icons/eye-small.png") no-repeat 5px center; }