Quote:
Very simple separate header for gallery make a new template in Vbulletin templates mocked off of header template and modify to your liking. Call it header2
Then in our header-inc.php file where the line is this
eval('$navbar = "' . fetch_template('navbar') . '";');
add
eval('$header = "' . fetch_template('header2') . '";');
|
THANKS! Works perfectly and first time out too