View Single Post
  #1  
Old 08-31-2007, 01:18 AM
 
Jewels Jewels is offline
 

Member
  
Join Date: Aug 2006
Location: England
Posts: 18
 

Default 2 Breadcrumb trails

I have 2 breadcrumb trails, does any one please know how I get rid of the lower one.

Here is my location.tpl file

{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *}
{if $location}
<font class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }{if $location[position].0 ne $lng.lbl_site_title}<a href="{$location[position].1}" class="NavigationPath">{else}<a href="{$http_location}/" class="NavigationPath">{/if}{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%}&nbsp;-&nbsp;{/if}
{/section}
{/strip}
</font>
{/if}

Thank You

Kerry

http://www.alchemyandice.com/Czech-Glass-Leaf-Beads-p-1-c-600.html
__________________
X-Cart 4.1.7 Unix
Special Offers
Market Manager
Smart Search
DSEFU
Lots of other mods
Reply With Quote