Quote:
Originally Posted by ozzy47
What is the code you have used?
|
This is inside the plugin system "global_start":
Quote:
ob_start();
include('thetest.php');
$includedphp = ob_get_contents();
ob_end_clean();
|
Then I included "$includephp" in the template files. It creates the header background and all of the graphics, it just doesn't populate them with the information/dynamic content provided by the vBulletin variables.