Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/block.stream_comment.tpl |
<ul class="list"> {foreach from=$aComments item=oComment name="cmt"} {assign var="oUser" value=$oComment->getUser()} {assign var="oTopic" value=$oComment->getTarget()} {assign var="oBlog" value=$oTopic->getBlog()} <li> <a href="{$oUser->getUserWebPath()}" class="user">{$oUser->getLogin()}</a> → <a href="{$oBlog->getUrlFull()}">{$oBlog->getTitle()|escape:'html'}</a> → <a href="{if $oConfig->GetValue('module.comment.nested_per_page')}{router page='comments'}{else}{$oTopic->getUrl()}#comment{/if}{$oComment->getId()}">{$oTopic->getTitle()|escape:'html'}</a> {$oTopic->getCountComment()} </li> {/foreach} </ul> <div class="bottom"> <a href="{router page='comments'}">{$aLang.block_stream_comments_all}</a> | <a href="{router page='rss'}allcomments/">RSS</a> </div>