View Single Post
  #1  
Old 01-08-2005, 11:14 AM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default How to replace an image on home page

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
__________________
version 4.1.1
Reply With Quote