Quote:
Originally Posted by CyberAlien
1. In global.php find this:
Code:
eval('$header = "' . fetch_template('header') . '";');
and add after it:
Code:
ob_start();
include('/home/httpd/thosts/something/httpdocs/mycustomheader.php');
$header .= ob_get_contents();
ob_end_clean();
2. Edit style variable "outertablewidth".
|
Thanks for the reply.
A little problem though.
It made mycsutomheader.php into a vb board index.
so instead of showing the header, it's showing the forum as if you would go to it at
www.domin.com/forum/
it did not include the customheader.php