View Single Post
  #12  
Old 04-15-2008, 01:39 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Remove product title in location.tpl

If you wanted the FONT tags (which I wouldn't recommend keeping) and excluded from the home page you could try this...

Code:
{if $location.1 neq ""} <font class="NavigationPath"> {strip} {section name=position loop=$location start=1} {if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</a>{/if} {if not %position.last%} &gt; {/if} {/section} {/strip} </font> {/if}

Hope this helps.

========================
Edit: Changed from {if $location and $location.1 neq ""} to {if $location.1 neq ""}
__________________
Doms
kube v4.1.9
Reply With Quote