View Single Post
  #3  
Old 01-06-2004, 07:58 PM
  Owl's Avatar 
Owl Owl is offline
 

Advanced Member
  
Join Date: Mar 2003
Location: Sweden
Posts: 92
 

Default

That is what i tried, but it does not work as i want it to...

This is what my code looks atm...

Code:
{strip} <font color="#FF6600">Note:</font> You can press the navigation bar to quickly be able to move between related categories, last one in list is the one you are currently browsing. <a href="home.php"> <font class=NavigationPath>{$config.Company.company_name}</font> </a> {if $last_location ne ""} :: {if $last_url ne ""} <a href="{$last_url}"> {/if} <font class=NavigationPath>{$last_location}</font> {if $last_url ne ""} </a> {/if} {/if} {if $location} <font color="#FF6600">::</font> {section name=position loop=$location} {if $location[position].1 ne "" }<a href="{$location[position].1}">{/if} <font class=NavigationPath>{$location[position].0|escape}</font> {if $location[position].1 ne "" }</a>{/if} {if %position.last% ne "true"}<font color="#FF6600">::</font> {/if} {/section} {/if} {/strip}

dunno really in wich way i should set the breakings, i tested everywhere i think
__________________
-----------------------------------
4.2 rox...

http://www.fivestar.nu | www.nystil.se | www.hidealite.se
Reply With Quote