Find the following line in inc_header.asp (approx. line 283):
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
and replace it with the following code:
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a>" & vbNewLine & _
" <br/><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & Now() & "</font></td>" & vbNewLine & _