The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
PHP include files
I'm including a PHP header and footer. In the Admin Control Panel I have code like this for each of them:
ob_start(); include('forumheader.php'); $phpheader = ob_get_contents(); ob_end_clean(); What's weird is that I don't have to place $phpheader or $phpfooter in the header and footer sections of the Style Manager. Is that normal? They're just showing up without me telling the system to use them. Inside the forumheader.php and forumfooter.php are virtual includes like this: <?php virtual("/includes/badonkadonk.html"); ?> Also very strange, is that when I have the footer active, it doesn't allow the vBulletin code to fit in the middle. Instead it shows the header, footer, and then the vBulletin board. Weird! Thanks for any help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|