The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Include file in footer template
Hi,
I would like to include a php file in the footer template and I followed this guide http://www.vbulletin.com/forum/showt...P-or-HTML-File but that doesn't seem to work. Has this changed in VB4? Or am I doing something incorrectly? On the template I have '<div>$includedphp</div>' and on my plugin that is active I have Code: Code:
ob_start(); include('sitestats.php'); $includedphp = ob_get_contents(); ob_end_clean(); Thanks, Al |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|