帝国cms列表与内容模板中调用newstext字段

发布时间:2019-10-19编辑:脚本学堂
本文介绍了帝国cms列表与内容页模板中,调用newstext大文本字段内容的方法,需要的朋友参考下。

要在cms/ target=_blank class=infotextkey>帝国cms列表模板、内容模板中调用newstext字段内容,可以使用如下的方法:

1、列表内容模板(list.var) (*)  中勾选  "使用程序代码"。

2、列表内容模板内容
 

$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$r[stb]} where id='$r[id]'");
$listtemp='<ul class="arrow_box"><div class="sy">'.$fr[newstext].'</div><span class="dateview">[!--newstime--]</span></ul>';