帝国CMS教程
首页>帝国CMS教程

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

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2018-11-19
浏览:3.1千+ 收藏 点赞(33)

这里介绍下在帝国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模板