Quote:
Originally Posted by Owl
dunno really in wich way i should set the breakings, i tested everywhere i think
|
This is done in the section loop, try this:
{section name=position loop=$location}
{if $location[position].1 ne "" }<a href="{$location[position].1}">{/if}
<font class=NavigationPath>{$location[position].0}</font>
{if $location[position].1 ne "" }</a>{/if}
{if %position.last% ne "true"}::
{/if}
{/section}
Good luck, cause I havent tried it myself, but the logic seams to be that way, let me know if it was successful.
