<{* $Id: weblinks_category_navi.html,v 1.3 2007/06/21 13:44:03 ohwada Exp $ *}> <{* -- Start main category loop -- *}> <{foreach name=weblinks_main_category item=main from=$main_categories}> <{* -- open table row -- *}> <{if $category_cols == 1}> <{elseif $smarty.foreach.weblinks_main_category.iteration mod $category_cols == 1}> <{/if}> <{* -- open table column -- *}> <{* -- close table row -- *}> <{if $category_cols == 1}> <{elseif $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 -- *}>