模板大赛的作品我已经提前准备好了。当我修改这个模块的代码时,发现索引无法正常显示所有信息,于是我自己修改了一下。可能官网上没有,但是有。下面马上贴代码,有需要就拿。
复制代码代码以下:
{loop$infos$r}
<?php
$i="n".$r[id];
$k=$r[id];
?>
<divclass="superseo">ss="rank_list">
<h3><imgsrc="{$r[img]}"width="21"height="21"/>{$r[title]}</h3>
<ul>
{getsql="selectc.url,c.title,c.style,m.n$r[id]fromphpcms_contentc,phpcms_mood_datamwherec.contentid=m.contentidandm.moodid='$moodid'andm.n$r[id]>0orderbym.n$r[id]desc"rows="6"}
<li>{if$r[$i]}<spanclass="right">({$r[$i]})</span>{/if}<ahref="{$r[url]}"target="_blank"><font>{$r[title]}</font></a></li>
{/get}
</ul>
</div>
{if$k%2==0}
<divclass="b12"></div>
{/if}
{/loop}
模板坐落于:mood/rank.html
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)