Right after installing x-cart, I like to replace the home page link above the "Welcome to Your Company" with an image in the central aera.
I think that I should modify location.tpl and have the following code. But it does not work as what I want. Can you help me on this?
Thanks as lot.
Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *}
{if $location}
<FONT>
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<A href="{$location[position].1}">{/if}
<DIV align=center>[img]{$ImagesDir}/J_home.jpg[/img]</div>
{if $location[position].1 ne "" }</A>{/if}
{if not %position.last%}::{/if}
{/section}
{/strip}
</FONT>
{/if}
Version 4.0.9