
模版怎么调用友情链接
友情链接前台应该设个固定位置的
<div class="flink">
<div><p>友情链接</p></div>
<ul style="list-style:none;">
{qb:tag name="links" rows="9" where="status=1" class="plugins\links\index\Link@labelShow"}
{notempty name="$rs.picurl"}
<li style="float: left;margin-right:15px;"><a href="{$rs.url}"><img src="{$rs.picurl}" title="{$rs.title}" /></a></li>
{else /}
<li style="float: left;margin-right:15px;"><a href="{$rs.url}">{$rs.title}</a></li>
{/notempty}
{/qb:tag}
</ul>
</div>给你一段调用代码,样式如何css自己弄吧。
另外@随风版主 或 @admin,建议把插件使用方法附到装前说明上,不然装一个问一个喽!