PDA

View Full Version : How to add script to template using <?php include(""); ?>


mmotp
01-02-2008, 04:29 AM
Thanks for reading.

I have a php slide show script I'd like to include on my vbulletin.
I tried go to the template and add this line to "header" and "headerinclude" block, but it doesn't show up.

<?php include("my script file.php"); ?>

I have tested this line in a blank php file, so the url path of the php file isn't the problem.

Where would I add the line to? Thank you.

Ren T.

Dismounted
01-02-2008, 05:10 AM
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">http://www.vbulletin.com/docs/html/m..._externalfiles</a>