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)
-   -   Forum Path Breadcrumb - How do I change the 'home page'? (https://forum.x-cart.com/showthread.php?t=28467)

RAL 01-31-2007 10:23 AM

Forum Path Breadcrumb - How do I change the 'home page'?
 
On the 'breadcrumb forum path' in Xcart, ( I know it's in the location template file).

I need to change the first URL to point to a different page rather than the shopping cart's 'home.php'.

Thing is, I have no idea how to manipulate the code below. Can anyone help?

Much thanks.

Currently:

{strip}
{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;::&nbsp;{/if}
{/section}
{/strip}

RAL 02-02-2007 08:52 AM

Re: Forum Path Breadcrumb - How do I change the 'home page'?
 
Bumping this. Hope someone can help, thanks!


All times are GMT -8. The time now is 10:54 AM.

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