Kategorije
{section name='item' loop=$MENU} {if $MENU[item].parent_id == 0} {if $smarty.section.item.index != 0}
{/if}
{$MENU[item].name}
    {else}
  • {$MENU[item].name|lower} {$MENU[item].c}
  • {/if} {/section}