1. 首页 > CMS系统 > PHPCMS

PHPCMS2008 SP4 心情排行指数不显示的解决办法

代码如下:


{loop $infos $r} 
<?php 
$i="n".$r[id]; 
$k=$r[id]; 
?> 
<div> 
<h3><img src="{$r[img]}" width="21" height="21" /> {$r[title]}</h3> 
<ul> 
{get sql="select c.url,c.title,c.style,m.n$r[id] from phpcms_content c,phpcms_mood_data m where c.contentid=m.contentid and m.moodid='$moodid' and m.n$r[id]>0 order by m.n$r[id] desc" rows="6"} 
<li>{if $r[$i]}<span>({$r[$i]})</span>{/if}<a href="{$r[url]}" target="_blank"><font>{$r[title]}</font></a></li> 
{/get} 
</ul> 
</div> 
{if $k%2==0} 
<div></div> 
{/if} 
{/loop} 


模板位于:mood/rank.html

本文由主机测评网发布,不代表主机测评网立场,转载联系作者并注明出处:https://zhuji.jb51.net/phpcms/7203.html

联系我们

在线咨询:点击这里给我发消息

微信号:

工作日:8:30-17:30,节假日休息