{include file='header.html'}
{foreach item=p key=k from=$list}
{$p.title} {if isset($smarty.session.ssuser.userid)}
喜欢 {$p.loves} 失望 {$p.hates}
{/if} {if $smarty.session.ssadmin}
删除
{/if}
{$p.title} ({$p.price}元)
{/foreach}
{$pagelist}
{include file="footer.html"}