As “Home” (upper right) and the Logo (probably yours) links the user back to the Forum Homepage, I changed the Logo to link to our homepage. This is done at row 280 in file inc_header.asp
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
changed to
" <td valign=""top"" width=""50%""><a href=""{your website homepage}"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
the line looks incomplete here, but it is part of a continued line, so it’s OK.