View Single Post
  #6  
Old 03-17-2005, 01:35 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

Quote:
Originally Posted by CopperB
Thanks for the quick reply. I'm not sure what you mean by first and last lines. What 2 lines of the code would I replace with
Thanks again.

Try this:

Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} {if $main eq "catalog" and $current_category.category eq ""}{else}{if $location} <FONT class="NavigationPath"> {strip} {section name=position loop=$location} {if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}::{/if} {/section} {/strip} </FONT> {/if}{/if}
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote