View Single Post
  #1  
Old 09-07-2008, 05:57 AM
 
mismouss mismouss is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 38
 

Default php program integration

Hi,

I am looking to integrate a external php program (support center) into my x-cart template.
I have tried to create a new tpl file with this script inside :
<iframe src="./support_center/index.php" allowTransparency="true" frameborder="0" style="background-color:transparent; margin:0px; padding:0px; border:0px; width:100%; height:auto;">
Please upgrade your browser</iframe>

And I put this in skin1/common_templates.tpl :
{elseif $main eq "support_center"}
{include file="support_center.tpl"}

It doesn't work.

Could someone help me ?

Thanks in advance,
__________________
David
Carteq
x-cart 4.1.9
Reply With Quote