X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   2 Breadcrumb trails (https://forum.x-cart.com/showthread.php?t=33597)

Jewels 08-31-2007 01:18 AM

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

pauldodman 08-31-2007 01:36 AM

Re: 2 Breadcrumb trails
 
It won't be your actual location.tpl file that is fault, but the fact that you are calling this file twice for some reason.
Check skin1/customer/home.tpl for 2 instances of an include statement for this file.
If that doesn't help, open up Webmaster mode, and see if you can track down which template is calling this.

Jewels 08-31-2007 03:57 AM

Re: 2 Breadcrumb trails
 
Hi Paul,
Thanks, it is the home.tpl file.!


All times are GMT -8. The time now is 06:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.