文字

SDCMS标签-单页调用

单页调用

【任意页面】调用单页简介

{sdcms:rs table="sd_model_page" where="classid=1"}   
{sdcms.dehtml($rs[intro])}   
{/sdcms:rs}
截取 {sdcms.cutstr(sdcms.nohtml($rs[content]),90,1)}



【单页专用】调用单页内容

{sdcms:rs table="sd_model_page" top="1" where="classid=[classid]"}
{sdcms.get_content_split($rs[content],htmlrule)}
{/sdcms:rs}
{if get_content_page<>""}<div class="npage">{get_content_page}</div>{/if}