帝国cms网站
2022-05-09
帝国CMS教程学习网站--各类帝国cms系统教程、帝国cms标签调用方法、帝国CMS模板插件推荐、后台采集教程,二次开发技术等各类技术教程知识,供广大网友查询学习。
这里介绍下在帝国CMS手机端WAP中内容页模板调用栏目缩略图和栏目简介方法,代码如下:
<?php $cr=$empire->fetch1("select classimg from {$dbtbpre}enewsclass where classid='".$r['classid']."' limit 1"); ?> 栏目缩放图:<img src="<?=$cr[classimg]?>"> <? $classr=$empire->fetch1("select intro from {$dbtbpre}enewsclass where classid='".$navinfor[classid]."' limit 1"); ?> 栏目简介:<?=DoWapRepNewstext($classr[intro])?>
显示全部内容...