<{include file="$TplPath/top.html"}>
<{$p.ProductName|strip_tags}>
该 产 品 详 细 介 绍:
<{$p.ProductContent|strip_tags|nl2br}>
">
同系列商品:
<{foreach from=$SimilarProducts name=similar item=sp}>
<{$sp.ProductName|strip_tags|truncate:15}>
<{$sp.ProductCreated|date_format:"%Y/%m/%d"}>
<{foreachelse}>
无同类产品
<{/foreach}>
<{include file="$TplPath/menu.html"}>
<{include file="$TplPath/foot.html"}>