The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
If you wanted to include multiple files you could do this:
Code:
ob_start(); include('path/to/this/file/myfile.php'); $includedphp = ob_get_contents(); ob_clean(); include('path/to/this/file/myfile1.php'); $includedphp1 = ob_get_contents(); ob_clean(); include('path/to/this/file/myfile2.php'); $includedphp2 = ob_get_contents(); // etc ob_end_clean(); Of course you can name the variables anything you want (they don't have to be $includedphp, they could be $myfile, $myfile1, etc). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|