{$Child->getAttribute('title')}
{assign var=subchildren value=$Child->getNavigation()}
{if count($subchildren)}
{foreach $subchildren as $SubChild}
{assign var=isInPathSubChild value=0}
{if $SubChild->getId() == $Site->getId() || QUI::getRewrite()->isIdInPath($SubChild->getId())}
{assign var=isInPathSubChild value=1}
{/if}
-
{$SubChild->getAttribute('title')}
{/foreach}
{else}
{if $Child->getAttribute('short')}
{$Child->getAttribute('short')}
{/if}
{/if}
{/foreach}