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%} :: {/if}
{/section}
{/strip}
__________________
Version 4.0.19
|