the best thing to do would be to the file "forum/includes/navigation_buttons_inc.asp" and change the following line from
'If there is a forum image then dsiplay it
If NOT strTitleImage = "" Then Response.Write("<a href=""" & strWebsiteURL & """ accesskey=""1""><img src=""" & strTitleImage & """ border=""0"" /></a>") |
to
'If there is a forum image then dsiplay it
Response.Write("<a href=""" &
strWebsiteURL & """ accesskey=""1""><img src=""" & strImagePath & "logo.gif"" border=""0"" /></a>") |
this will then load an image called "logo.gif" from the same folder as all the other images on your forum. so you will need to put a copy of your logo in every skin folder (if your using my mod)