{include file="header.html"}
{include file="common.html"} {assign var="tb" value="留言列表"} {include file="toolbar.html"}

{foreach item=t from=$guestlist}
留言标题: {$t.title}
内容: {$t.content}
回复: {$t.reply}
{foreachelse}

暂无留言

{/foreach} {if $pagelist}
{$pagelist}
{/if}
{include file="footer.html"}