clipbucket/upload/styles/cbv2new/layout/blocks/comments/comments.html
Arslan Hassan 280d287981 Added : Playlist System
Added : Ajax System
Added : Ajax comments
Added : New rating
Added : Ajax Add to favorites
Added : Ajax share this
Added : Ajax Flag Video
Added : new watch video page
Added : New ClipBucket V2 Template
2009-11-30 19:46:45 +00:00

13 lines
No EOL
413 B
HTML

{assign var='comments' value=$myquery->get_comments($id,$type)}
{section loop=$comments name=comment}
{include file="$style_dir/blocks/comments/comment.html" comment=$comments[comment]}
{sectionelse}
<div id="latest_comment_container">
<div align="center" class="no_comments">
<em>No Comments</em>
</div>
</div>
{/section}
{if $comments}
<div id="latest_comment_container"></div>
{/if}