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)
-   -   changing location.tpl (https://forum.x-cart.com/showthread.php?t=34314)

ARW VISIONS 10-02-2007 08:47 AM

changing location.tpl
 
How do I change the home.php link in the location.tpl. I would like it to point to index.php

balinor 10-02-2007 08:48 AM

Re: changing location.tpl
 
Why? Index.php is just a redirect to home.php

ARW VISIONS 10-02-2007 08:58 AM

Re: changing location.tpl
 
I have it customized so that it's not. I have a custome index.tpl.

ARW VISIONS 10-02-2007 07:03 PM

Re: changing location.tpl
 
Does anyone know how to do this? Thought this would be an easy one.

raveworx 10-07-2007 12:16 PM

Re: changing location.tpl
 
Ashley, try making the change below to location. tpl:

Code:

{* $Id: location.tpl,v 1.14 2005/11/17 06:55:36 max Exp $ *}
{if $location}
<font class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }
{*** Override first position with index.php ***}
{if %position.first%}
<a href="/index.php" class="NavigationPath">
{else}
<a href="{$location[position].1|amp}" class="NavigationPath">
{/if}
{/if}
{*** End override ***}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%}&nbsp;/&nbsp;{/if}
{/section}
{/strip}
</font>
<br /><br />
{/if}



All times are GMT -8. The time now is 05:24 AM.

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