View Single Post
  #2  
Old 04-06-2006, 04:52 AM
 
simitpatel simitpatel is offline
 

Newbie
  
Join Date: Sep 2005
Posts: 7
 

Default

you can use if statements around the code for the image. for example:

{if $store_language eq "US"}
[img]image1.gif[/img]
{/if}

{if $store_language eq "JP"}
[img]image2.gif[/img]
{/if}
__________________
software: x-cart pro, Version 4.0.15
operating system: FreeBSD 5.4
Reply With Quote