Look for the code below in your inc_top.asp file and compare that are with this code. Make the changes accordingly if any is missing.
<%else if (strAuthType = "nt") then %> <td><font face="<% =strDefaultFontFace %>" size="1" color="red">Please <a href="policy.asp">register</a> to post in these Forums</font></td> <% end if end if %> </tr> <% if (lcase(strEmail) = "1") then %> <tr> <td colspan="3" align="left"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"> <a href="JavaScript:openWindow('pop_pword.asp')">Forgot your <% if strAuthType = "nt" then %>admin <% end if %>Password?</a> <% if (lcase(strNoCookies) = "1") then %> | <a href="admin_home.asp">Admin Options</a> <% end if %> </font></td> </tr> <% end if %> </table> </td> </tr> </form> <% else %> <form action="<% =Request.ServerVariables("URL") %>" method="post" id=form2 name=form2> <INPUT type="hidden" name="Method_Type" value="logout"> <tr> <td align="center"> <table> <tr>
If you have no Mods loaded in your inc_top.asp file, I would just upload a new copy to your server and overwrite the existing.