View Single Post
  #2  
Old 08-09-2009, 09:12 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: If is other language is selected change header_top.jpg

Where you make the call for the header image (probably skin1/customer/head.tpl)
Code:
{if $store_language eq "EN"}show image for English {elseif $store_language eq "SP"}show image for Spanish {/if}
Not sure what the code for Spanish is so check it out and replace SP if necessary
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote