- Совместимость с XenForo
- 1.2, 1.3, 1.4, 1.5
Открываем шаблон thread_list и находим:
Код:
<xen:foreach loop="$stickyThreads" value="$thread">
<xen:include template="thread_list_item" />
</xen:foreach>
Код:
<xen:if is="{$stickyThreads}">
<li class="sectionHeaders"> </li>
</xen:if>