这里介绍下在帝国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])?>
标签: 帝国cms 调用
点击这里复制本文地址

以上内容由qqso网站教程网整理呈现.
原文地址:帝国cms手机端WAP中内容页模板调用栏目缩略图和栏目简介方法发布于2021-06-02 19:38:39。
请务必在转载分享时注明本文地址!如对内容有疑问,请联系我们,谢谢!