{* $Id: weblinks_category_navi.html,v 1.1 2007/02/27 14:49:15 ohwada Exp $ *}>
<{if $category_image_mode == 1}>
<{elseif $category_image_mode == 2}>
<{if $main.image != ""}>
<{$main.image}>
<{else}>
<{/if}>
<{/if}>
<{$main.title_s}>
(<{$main.link_count}>)
<{* -- Start sub category loop -- *}> <{foreach item=sub from=$main.sub_categories}> <{if $sub.cid > 0}> <{$sub.title_s}>, <{else}> ... <{/if}> <{/foreach}> <{* -- End sub category loop -- *}> |
<{* -- close table row -- *}>
<{if $smarty.foreach.weblinks_main_category.iteration is div by $category_cols}>
<{* -- close table row -- *}> <{if $smarty.section.weblinks_cols_remainder.last}> <{/if}> <{/section}> <{* -- End remain category loop -- *}> |