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?
<?php
@include('http://www.url.com/file.php');
?>
Is this possible?