clipbucket/upload/styles/cbv2new/layout/blocks/comments/comments.html

15 lines
No EOL
459 B
HTML

{assign var='comments' value=$myquery->get_comments($id,$type)}
{if $comments}
{foreach from=$comments item=comment}
{include file="$style_dir/blocks/comments/comment.html" comment=$comment type=$type}
{/foreach}
{else}
<div id="latest_comment_container">
<div align="center" class="no_comments">
<em>{lang code='no_comments'}</em>
</div>
</div>
{/if}
{if $comments}
<div id="latest_comment_container"></div>
{/if}