View Single Post
  #5  
Old 01-30-2009, 01:15 AM
 
Asiaplay Asiaplay is offline
 

X-Wizard
  
Join Date: Oct 2005
Posts: 1,242
 

Default Re: if language english show this

It seems that including a php file is possible (and php as you know, can include html within it no problem).
Based on this post - see http://forum.x-cart.com/showthread.php?t=43708&page=2

So perhaps the following is better approach...

{if $page_name eq "home" && $main eq 'catalog'}
{include_php file="{$SkinDir}/{$shop_language}/homepage_content.php"}
{/if}

Hope helps a little - cheers, Asiaplay
__________________
X-Cart Gold version 4.1.9
(plus built in X-Cart bugs!)
Reply With Quote