View Single Post
  #5  
Old 12-15-2010, 10:25 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Different Language Images

I guess the same trick should work:
Code:
<a href="{$catalogs.customer}/home.php"> {if $store_language eq "en"} <img src="{$ImagesDir}/xlogo.gif" alt="" /> {else} <img src="{$ImagesDir}/xlogoFR.gif" alt="" /> {/if} </a>
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote