View Single Post
  #1  
Old 01-31-2007, 10:23 AM
 
RAL RAL is offline
 

Newbie
  
Join Date: Jan 2007
Posts: 5
 

Default 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}
__________________
Version 4.0.19
Reply With Quote