xml 两栏ReadyTheme“有用的链接”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 两栏ReadyTheme“有用的链接”相关的知识,希望对你有一定的参考价值。
<mvt:assign name="l.helpfultotal" value="miva_array_elements( l.settings:readytheme:navigationitems )" />
<mvt:assign name="l.helpfulhalf" value="ceil(l.helpfultotal / 2)" />
<mvt:assign name="l.helpfulcount" value="0" />
<mvt:foreach iterator="navigationitem" array="readytheme:navigationitems">
<mvt:if expr="l.helpfulcount EQ 0 OR l.helpfulcount EQ l.helpfulhalf">
<div class="column np half">
<ul class="navigation-set single-navigation-column">
</mvt:if>
<li>&mvt:navigationitem:link;</li>
<mvt:assign name="l.helpfulcount" value="l.helpfulcount + 1" />
<mvt:if expr="l.helpfulcount EQ l.helpfulhalf OR l.helpfulcount EQ l.helpfultotal">
</ul>
</div>
</mvt:if>
</mvt:foreach>
以上是关于xml 两栏ReadyTheme“有用的链接”的主要内容,如果未能解决你的问题,请参考以下文章
xml readytheme csv xml
xml readytheme csv xml
xml Readytheme导航集 - 移动版
xml Readytheme导航集 - 移动版
xml 类别树Readytheme项目 - 最大
xml 类别树Readytheme项目 - 最大