clipbucket/upload/styles/cbv2new/layout/blocks/comments/comments.html
Arslan Hassan 0d8a607bf9 Added : Comments Pagination
Added : Comments Caching
Added : Videos Comments Pagination
Added : Topics Comments pagination
Added : Channels, Collections & Photos Pagination
2011-02-07 13:09:51 +00:00

20 lines
No EOL
566 B
HTML

{if $comments}
<div style="height:10px"></div>
{foreach from=$comments.comments item=comment}
{include file="$style_dir/blocks/comments/comment.html" comment=$comment type=$type parents=$comments.parents}
{/foreach}
<div style="height:10px"></div>
{else}
<div id="latest_comment_container">
<div align="center" class="no_comments">
{lang code='no_comments' assign=no_comments} {$no_comments|sprintf:$object_type}
</div>
</div>
{/if}
{if $comments}
<div id="latest_comment_container"></div>
{/if}