tessguefen
4/30/2015 - 6:11 PM

Two Column ReadyTheme "Helpful Links"

Two Column ReadyTheme "Helpful Links"

<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>