top-bottom bordering


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. {foreach from=$cats key=cid item=cna name=catne}
  2. {if $smarty.foreach.catne.index % 4 == 0 || $smarty.foreach.catne.index==0}
  3. {if $smarty.foreach.catne.index>1}
  4. </ul>
  5. {/if}
  6. <ul>
  7. {/if}
  8. <li><a href="#">{$smarty.foreach.catne.index}</a></li>
  9.  
  10. {/foreach}
  11.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.