clipbucket/upload/styles/cbv2new/layout/blocks/comments/comments.html
Arslan Hassan ed0b2eda42 Fixed : Video, Photo, Collection comments and favorite delete
Added : total_videos and total_collection in user table
Fixed : Collection increment
Update : Comments UI
2011-01-25 12:05:11 +00:00

16 lines
No EOL
538 B
HTML

{assign var='comments' value=$myquery->get_comments($id,$type)}
{if $comments}
<div style="height:10px"></div>
{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">
{lang code='no_comments' assign=no_comments} {$no_comments|sprintf:$object_type}
</div>
</div>
{/if}
{if $comments}
<div id="latest_comment_container"></div>
{/if}