Quote:
Originally Posted by Gn_Snake
Hello everyone,
I'd like to integrate this script in php WebTemplate but unfortunately I can not do it?
|
Do you want the integration so that you can run the script with vb header/footer?
I guess you can do it with iframe. Create a webtemplate similiar to default webtemplate theme and then in the content section run your script via iframe like:
Code:
<iframe src ="http://domain.com/yourscript.php" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
WT will give you vb header/footer and your script will run independently in the middle of it via iframe.