帝国cms判断某个分类上添加显示角标小图标hot/new图标

时间:2024年06月03日

/

来源:网络

/

编辑:佚名

<?php
$sql=$empire->query("select classid,classname,bname  from {$dbtbpre}enewsclass where bclassid=0 and showclass=0 order by myorder,myorder asc");
while($s=$empire->fetch($sql)){
$classurl=sys_ReturnBqClassname($s,9); 
$tclass="nav-link";
$fr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]);
$topbclassid=$fr[1]?$fr[1]:$GLOBALS[navclassid];
if($topbclassid==$s[classid]){
$tclass='on';
}
if($s[classid]==22) {
echo '<a class="nav-link  '.$tclass.'" href="'.$classurl.'" title="'.$s[bname].'" target="_blank">'.$s[bname].'<span class="icon_hot2_new"></span></a>';
}else{
echo '<a class="nav-link  '.$tclass.'" href="'.$classurl.'" title="'.$s[bname].'" target="_blank">'.$s[bname].'</a>';
}
}
?>
如果classid是22,则显示<span class=”icon_hot2_new”></span>
如果不是就正常显示。
css部分:
.navbar .icon_hot2_new {
    background: url(/skin/zhann/images/hot.png) no-repeat scroll 0 0;
    width: 21px;
    height: 12px;
    display: block;
    position: absolute;
    right: 16%;
    top: 8%;
}
效果:
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。