View Single Post
  #2  
Old 12-15-2010, 04:51 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Different Language Images

Try this code:
---
{if $store_language eq "en"}
<img src="{$AltImagesDir}/fashion_mosaic/welcome.jpg" class="welcome" alt="" />
{else}
<img src="{$AltImagesDir}/fashion_mosaic/welcomeFR.jpg" class="welcome" alt="" />
{/if}
---
__________________
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