|
You would need to define a second header maybe called header2 in vbulletin with the html you want and in photopost header-inc.php add something like this in bold to that file eval('$header = "' . fetch_template('header2') . '";');
eval('$navbar = "' . fetch_template('navbar') . '";');
|