В файле шаблона www/probuhlo.ru/templates/skin/НАЗВАНИЕ_ШАБЛОНА/topic_part_header.tpl
Добавить
{if !$bTopicList}
<ul class="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{cfg name='path.root.web'}" itemprop="item">
<span itemprop="name">Главная</span>
</a>
<meta itemprop="position" content="1" />
<span class="separator">→</span>
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{$oBlog->getUrlFull()}" class="topic-blog" itemprop="item">
<span itemprop="name">{$oBlog->getTitle()|escape:'html'}</span>
</a>
<meta itemprop="position" content="2" />
<span class="separator">→</span>
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{$oTopic->getUrl()}" itemprop="item">
<span itemprop="name">{$oTopic->getTitle()|escape:'html'}</span>
</a>
<meta itemprop="position" content="3" />
</li>
</ul>
{/if}
И обязательно очистить компиляцию шаблонов. Оформлению по своему вкусу