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