View Single Post
  #10  
Old 04-15-2008, 01:03 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

Hi inmotionmedia,

add the start attribute to the section (I've also removed the outer lying FONT tags as they'll get printed on the home page as an empty tag)

Code:
{if $location} {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} {/if}

If you need the FONT tags find the appropriate IF statement to exclude breadcrumbs from the home page

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote