The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple problem but idk how to fix it
Hello
It's very simple to explain. I want to include my custom php header on my forum so i set a plugin with global_start with this code: Code:
ob_start(); include('custom/header.php'); $custom_header = ob_get_contents(); ob_end_clean(); Code:
$custom_header = include('custom/header.php'); Code:
<? ob_start('cache_page'); ?> <div class="blablablablablablabla"></div> <? ob_end_clean(); ?> Thank you! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|