优晟SEO

您现在的位置是:首页 > CMS教程 > 帝国cms > 正文

帝国cms

帝国cms手机端WAP中内容页模板调用栏目缩略图和栏目简介方法

佚名 2024-08-28帝国cms
这里介绍下在帝国cms手机端WAP中内容页模板调用栏目缩略图和栏目简介方法,代码如下:<?php$cr=$empire->fetch1("select classimg from {$dbtbpre}enewsclass where classid='".$r['classid'].……

这里介绍下在帝国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])?>