首页 > CMS > 帝国Empire > 正文

帝国cms wap模板中调用栏目分类的实现代码

2024-08-28 12:22:54
字体:
来源:转载
供稿:网友

我们在帝国wap模板中调用栏目导航的方法,代码如下:

<?php$sqld=$empire->query("select * from {$dbtbpre}enewsclass where bclassid=0 and showclass=0  order by myorder,classid limit 0,10");while($rd=$empire->fetch($sqld)){$classurl="list.php?classid=".$rd[classid]."&bclassid=".$bclassid;?><li class="yi-nav-li"><a href="<?=$classurl?>"><?=DoWapClearHtml($rd[classname])?></a></li><?php}?>

到这里就完成了,大家根据需要调用即可。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表