View Single Post
  #3  
Old 01-29-2009, 12:01 PM
 
Oktane Design Oktane Design is offline
 

Member
  
Join Date: Apr 2008
Posts: 29
 

Default Re: if language english show this

Thank you Asianplay, but that's not what i need.

instead of having a language variable for the welcome text on the home page i want to create something like this :

{if $language eq "US"}{include file="pages/US/home_page.html" }</if>
{if $language eq "FR"}{include file="pages/FR/home_page.html" }</if>

On this way i will be able to change the welcome page with the static page.

thanks
__________________
X-Cart version 4.2
Reply With Quote