Открыть: /styles/prosilver/template/viewforum_body.html
Найти:
- Код: Выделить всё
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Добавить перед:
- Код: Выделить всё
<!-- IF topicrow.TOPIC_TYPE --><span class="topictype">{topicrow.TOPIC_TYPE}</span><!-- ENDIF -->
Открыть: /styles/prosilver/theme/colours.css
Добавить в конец файла:
- Код: Выделить всё
span.topictype {
display: inline-block; [...]