genseric on 02/24/11
Last Edited at 02/24/11 10:01am
{foreach from=$cats key=cid item=cna name=catne} {if $smarty.foreach.catne.index % 4 == 0 || $smarty.foreach.catne.index==0} {if $smarty.foreach.catne.index>1} </ul> {/if} <ul> {/if} <li><a href="#">{$smarty.foreach.catne.index}</a></li> {/foreach}
Report this snippet Tweet
Comment:
You need to login to post a comment.