Thread: How do I?
View Single Post
Old September 26th, 2005, 05:28 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,654
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') . '";');
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote