选择表情
{maccms:for start="1" end="32" } {/maccms:for}
{maccms:comment num="5" paging="yes" order="desc" by="id"} {/maccms:comment}
{maccms:foreach name="__LIST__" id="vo"}
{$vo.comment_name}{$vo.comment_time|date='Y-m-d',###}

{$vo.comment_content|mac_em_replace}

{maccms:foreach name="$vo.sub" id="child"}

{$child.comment_name}{$child.comment_content|mac_em_replace}

{/maccms:foreach}
{/maccms:foreach}
{if condition="$__PAGING__.record_total gt 5"} {/if}