{foreach from=$root_categories item=_cat name=_fr} {if $smarty.foreach._fr.index%$columnCount ==0}{/if} {assign var=_cat_url value="?categoryID=`$_cat.categoryID`&category_slug=`$_cat.slug`"|set_query_html} {if ($smarty.foreach._fr.index+1)%$columnCount ==0}{/if} {/foreach}
{if $_cat.picture ne "" && $PAGE_VIEW ne 'mobile'}{$_cat.name|escape:'html'}{/if} {$_cat.name|escape:'html'} [{$_cat.products_count}]
{* show sub categories *} {foreach name=sub_cat_list from=$root_categories_subs[$_cat.categoryID] item=_subcat} {if $subcategories_numberlimit&&($smarty.foreach.sub_cat_list.iteration>$subcategories_numberlimit)} ...{else}{if !$smarty.foreach.sub_cat_list.first}{$subcategories_delimiter|escape:'html'}{/if}{$_subcat.name|escape:'html'}{/if} {/foreach}