要在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>';