View Single Post
  #11  
Old 03-20-2007, 09:29 AM
 
impact-computers impact-computers is offline
 

Advanced Member
  
Join Date: Apr 2006
Location: Sunderland
Posts: 70
 

Default Re: Top browser bar above the URL Question

How would i get this to work if i'm using CDSEO?

Heres my location.tpl

{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *}
{if $location}
<FONT class="NavigationPath">
{* WCM - CDSEO Links - Start *}
{*strip*}
{* WCM - CDSEO Links - End *}
{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%}&nbsp;&raquo;&nbsp;{/if}
{/section}
{* WCM - CDSEO Links - Start *}
{*/strip*}
{* WCM - CDSEO Links - End *}
</FONT>
{/if}
__________________
www.Impact-Computers.co.uk (Live Store)
www.Forums.Impact-Computers.co.uk (Customer Forums)

X-Cart version 4.0.19 Gold

Mods installed:
CDSEO
Tab Product Menu
Easy Checkout
Froogle Feed
Shopping.com Feed
Remember Me
Pleasent Payment Details
Recently Viewed Products
Google Checkout
TelaFirma - X-Cart Dynamic Image Generator
Reply With Quote