{YP:list m="Guestbook" num="10" return="data" page="$p" urlmod="1" }
{loop $data $vo}
- {toDate($vo.createtime,'Y-m-d H:i:s')}{:L(name)}:{$vo.username} - {$vo.title}
-
{$vo.content}
{if $vo['reply_content']}- {:L(admin_reply)}:
- {$vo['reply_content']}
{/if}
{/loop}
{/YP}