1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix template

This commit is contained in:
Mzhelskiy Maxim 2011-08-10 09:55:24 +00:00
parent faf2bde9ad
commit 21135d5b79

View file

@ -68,7 +68,7 @@
{if $oTopic->getCountComment()>0}
<a href="{$oTopic->getUrl()}#comments" title="{$aLang.topic_comment_read}">{$oTopic->getCountComment()} <span>{if $oTopic->getCountCommentNew()}+{$oTopic->getCountCommentNew()}{/if}</span></a>
{else}
<a href="{$oTopic->getUrl()}#comments" title="{$aLang.topic_comment_add}">0</a>
<a href="{$oTopic->getUrl()}#comments" title="{$aLang.topic_comment_add}">{$aLang.topic_comment_add}</a>
{/if}
</li>
{/if}