The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need hook after setup/before header load
I've done this before, but on my new plugin, the same hook location doesn't work.
I have a php file that I want to use to create a specific nav. I've put into my header a variable, $ppheader that gets filled by the following code: Code:
ob_start(); include('/ma/path/header2.php'); global $ppheader = ob_get_contents(); ob_end_clean(); If I put it on global_setup_complete, the header isn't filled out (because ppheader is being filled after the header is sent I imagine?) Where should I hook this? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|