{include file="$tpl_dir./breadcrumb.tpl"}
{include file="$tpl_dir./errors.tpl"}
{if !isset($errors) OR !sizeof($errors)}

{if $letters}
{foreach $letters as $letter => $categories}
{$letter}
{foreach from=$categories item=category name=categories}
{if $smarty.foreach.categories.index % 2 == 0}
{/if}
|
{$category["category"]["name"]} ({$category["product_count"]})
Produkty
{if isset($category["category"]["description"]) && $category["category"]["description"]}
Článek
{/if}
|
{if $smarty.foreach.categories.index % 2 == 1}
{/if}
{/foreach}
{if $smarty.foreach.categories.index % 2!= 1}
{for $foo=($smarty.foreach.categories.index % 2) to 0}
|
{/for}
{/if}
{/foreach}
{else}
žádné problémy kůže nenalezeny
{/if}
{/if}