{include head/}
【{print content('title')/}】详细内容
{loop source=album('pics')}
{/loop}
{print content('content')/}
{print body_pages()/}
{assign source=content('prev') name=prev/}
{if $prev}
上一篇:
{print $prev['title']/}
{else}
上一篇:没有了
{/if}
{assign source=content('next') name=next/}
{if $next}
下一篇:
{print $next['title']/}
{else}
下一篇:没有了
{/if}
{assign source=get_tpl_cate_content($tpl_id='3',$limit='0,4',$order_type='id',$filter='',$pic='no',$order='desc',$lang='') name=pr/}
推荐产品
{loop source=$pr['contents']}
{print $v['title']/}
{/loop}
{include foot/}