<{* $Id: weblinks_category_navi.html,v 1.2 2007/03/26 13:04:10 ohwada Exp $ *}> <{* -- Start main category loop -- *}> <{foreach name=weblinks_main_category item=main from=$main_categories}> <{* -- open table row -- *}> <{if $smarty.foreach.weblinks_main_category.iteration mod $category_cols == 1}> <{/if}> <{* -- close table row -- *}> <{if $smarty.foreach.weblinks_main_category.iteration is div by $category_cols}> <{/if}> <{/foreach}> <{* -- End main category loop -- *}> <{* -- Start remain category loop -- *}> <{section name=weblinks_cols_remainder loop=$cols_remainder}> <{* -- close table row -- *}> <{if $smarty.section.weblinks_cols_remainder.last}> <{/if}> <{/section}> <{* -- End remain category loop -- *}>