Modificare il file:
\iwgallery\includes\inc_subheader.asp
<SCRIPT RUNAT=SERVER LANGUAGE=VBSCRIPT> function DoDateTime(str, nNamedFormat, nLCID) dim strRet dim nOldLCID strRet = str If (nLCID > -1) Then oldLCID = Session.LCID End If On Error Resume Next If (nLCID > -1) Then Session.LCID = nLCID End If If ((nLCID < 0) Or (Session.LCID = nLCID)) Then strRet = FormatDateTime(str, nNamedFormat) End If If (nLCID > -1) Then Session.LCID = oldLCID End If DoDateTime = strRet End Function </SCRIPT> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="sub-header"> <tr> <td width="1%"><img src="../themes/<%= strTheme %>/sub-header-left.jpg"></td> <td width="100%"> </td> <td width="1%" align="right" nowrap><%= Server.HTMLEncode(DoDateTime( Date() , 1, -1)) %></td> <td width="1%" align="right"><img src="../themes/<%= strTheme %>/sub-header-right.jpg"></td> </tr> </table>
[
Íàçàä
]