Setup.asp will just pull your forum's configuration from your database and use it to repopulate the application variables.
Unless you're running a modified base code, sForumNavigation should be the second last function in inc_header.asp; the line you need to modify looks like this:Response.Write " <a href=""" & strHomeURL & """" & dWStatus("Homepage") & " tabindex=""-1""><acronym title=""Homepage"">Home</acronym></a>" & vbNewline & _