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)
-   -   Top browser bar above the URL Question (https://forum.x-cart.com/showthread.php?t=28504)

impact-computers 03-20-2007 09:29 AM

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}


All times are GMT -8. The time now is 01:29 PM.

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