{assign var=bgcolor value =F2F2F2} {assign var=comments value=$myquery->get_comments($id,$type)} {if $comments}
CID | UID | Username | Comment | Date | Votes |
{$comment.comment_id} | {$comment.userid} | {if $comment.anonym_name}{$comment.anonym_name}{else}{$udetails.username}{/if} | {if $comment.anonym_email}{$comment.anonym_email}{else}{$udetails.email}{/if} | {$comment.comment} |
{$comment.date_added|date_format} | {$comment.vote} | Delete |
{$reply.comment_id} | {$reply.userid} | {if $reply.anonym_name}{$reply.anonym_name}{else}{$udetails.username}{/if} | {if $reply.anonym_email}{$reply.anonym_email}{else}{$udetails.email}{/if} | {$comment.comment_id} ⇔ {$reply.comment} |
{$reply.date_added|date_format} | {$reply.vote} | Delete |