Red Spider
12-05-2009, 01:30 PM
Anybody know how to get a php include working on v4?
I can get it working on v3 using the following plugin:
ob_start();
include('teh_file.php');
$tehinclude = ob_get_contents();
ob_end_clean();
and inserting $tehinclude into the header template but this wont work on v4 :(
I can get it working on v3 using the following plugin:
ob_start();
include('teh_file.php');
$tehinclude = ob_get_contents();
ob_end_clean();
and inserting $tehinclude into the header template but this wont work on v4 :(