xt123500 - 2012/8/6 16:11:44
<div class="link">
<#foreach collection="${links}" var="field" index="i">
<#if test="${equals(cint(field.style), 0)}">
<a href="${field.url}" target="_blank" title="${field.info}">${field.title}</a>
<#/if>
<#/foreach></div>
在include中,点击生成,但是没有用,就这样原样输出了,求老大指教
xt123500 - 2012/8/7 9:14:15
我知道了
xt123500 - 2012/8/7 9:15:13
是在template/_p_link.htm中编辑,然后在系统中更新
jumbot - 2012/8/7 14:39:39
对