{if (config::get('comment_switch')==2)} {elseif (config::get('comment_switch')==0 || (session::get('username')!='' && config::get('comment_switch')==1))} {if config::get('comment_list')=='1'}
{loop $comments $comment}
headimage

{$comment['username']}{sdate($comment['adddate'],'Y-m-d H:i')}

{strip_tags($comment['content'])}

{if $comment['reply']}

{lang('adminreply')}:

{$comment['reply']}

{/if}
{/loop}
{else} {/if} {/if}