View Single Post
  #5  
Old 01-06-2004, 11:04 PM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

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.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote