GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 04 December 2001 : 01:05:10
|
Login as Admin | Go to Admin Options | Main forum Configuration
change the HomeURL to your main page URL.
inc_top.asp find the following statement (around line 154)
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
Modify as below
<td valign="top" width="50%"><a href="<%=strHomeURL%>"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
 GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying. |
 |
|