{* category navigation tree *}
{if $categories_tree[i].level == 1}![]() |
{section name=j loop=$categories_tree max=$categories_tree[i].level-1}
{/section}
{if $categories_tree[i].level > 1}![]() {else} {* not selected node => make a link to a category *} 1} class="standardsmall" {/if}>{$categories_tree[i].name} {/if} |