{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"}