织梦dedecms5.7 软件星级替换成图标星星方法
打开:
includehelperschannelunit.helper.php
找到这段:
if(!function_exists(GetR
更多精彩就在: 51免费论文网|www.jxszl.com
ankStar))
{
functionGetRankStar($rank)
{
$nstar="";
for($i=I.;$i<=$rank;$i++)
{
$nstar.="★";
}
for($i;$i<=V;$i++)
{
$nstar.="☆";
}
return$nstar;
}
}
找到:
$nstar.="★";
替换成:
$nstar.="
找到:
$nstar.="☆";
替换成:
$nstar.="
送上两个星级图标:星星星星
按照以上方法,也可以替换成自己的图片,或者其他路径.
原文链接:http://www.jxszl.com/biancheng/dedecms/75019.html
热门阅读