{* $Id: categories_multicolumns.tpl 1329 2006-02-06 09:43:14Z lantan $ *} {assign var="cols" value="3"} {math equation="floor(100/x)" x=$cols assign="cell_width"} {capture name="mainbox"} {section name=items_row loop=$categories step=$cols} {section name=item loop=$categories start=%items_row.index% max=$cols} {/section} {if %item.total% lt $cols} {section name=rest_cells loop=$cols start=%item.total%} {/section} {/if} {section name=item loop=$categories start=%items_row.index% max=$cols} {/section} {if %item.total% lt $cols} {section name=rest_cells loop=$cols start=%item.total%} {/section} {/if} {/section}
{include file="categories_pages/category_image.tpl" category_data=$categories[item] show_detailed='N'} 
 
{*if $products} {include file="products_pages/products.tpl" title=""} {/if} {if $featured_products}
{$lang.featured_products}

{include file="products_pages/products_multicolumns.tpl" products=$featured_products form_prefix="featured"} {/if*} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.categories content=$smarty.capture.mainbox}