View Single Post
Old June 5th, 2005, 05:45 PM   #7 (permalink)
funkmiester
Member
Verified Customer
 
Join Date: Mar 2003
Location: Orlando, FL. USA
Posts: 142
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
funkmiester is offline   Reply With Quote