Log in

View Full Version : PHP includes in templates?


Strafe
08-01-2007, 12:57 AM
Is there any simple way of being able to do a php include command in the template? Because it seems like all of them are not showing up when I do that function. I would like to be able to include links to PHP files. Something like:

<?php

@include('http://www.url.com/file.php');

?>

Is this possible?

Dismounted
08-01-2007, 07:15 AM
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">http://www.vbulletin.com/docs/html/m..._externalfiles</a>