{include file="head.html"}
{if $shop} {$shop.shopname} {else} 先选择店铺 {/if}
我要打印
热门资料
{foreach item=c from=$list}
{$c.title}
¥{$c.money}
共{$c.page_num}页
/
打印{$c.print_num}次
{$c.description}
{/foreach}
{assign var="ftnav" value="index"} {include file="ftnav.html"} {include file="footer.html"}