{capture assign='pageTitle'}{$category->getTitle()}{/capture}
{capture assign='contentTitle'}{$category->getTitle()}{/capture}
-{capture assign='contentDescription'}{$category->getDescription()}{/capture}
+{capture assign='contentDescription'}{if $category->descriptionUseHtml}{@$category->getDescription()}{else}{$category->getDescription()}{/if}{/capture}
{capture assign='headContent'}
{if $pageNo < $pages}
<div class="contentHeaderTitle">
<h1 class="contentTitle">{$category->getTitle()}</h1>
{if $category && $category->getDescription()}
- <p class="contentHeaderDescription">{$category->getDescription()}</p>
+ <p class="contentHeaderDescription">{if $category->descriptionUseHtml}{@$category->getDescription()}{else}{$category->getDescription()}{/if}</p>
{/if}
</div>
</header>
{foreach from=$objects item=trophy}
<li class="box64">
<div>{@$trophy->renderTrophy(64)}</div>
-
+
<div class="sidebarItemTitle">
<h3><a href="{$trophy->getLink()}">{@$trophy->getTitle()}</a></h3>
{if !$trophy->getDescription()|empty}<small>{@$trophy->getDescription()}</small>{/if}