<td><?php echo GetMessage("FILEMAN_FILEVIEW_TYPE"); ?> </td> <td><?php echo $arFilemanPredifinedFileTypes[$fileType]["name"]; ?> </td> </tr> <tr> <td><?php echo GetMessage("FILEMAN_FILEVIEW_SIZE"); ?> </td> <td><?php echo CFileMan::GetStrFileSize($flTmp->GetFileSize()); ?> </td> </tr> <?$date_format = CDatabase::DateFormatToPHP(CLang::GetDateFormat("FULL"));?> <tr> <td><?php echo GetMessage("FILEMAN_FILEVIEW_TIMESTAMP"); ?> </td> <td><?php echo date($date_format, $flTmp->GetModificationTime() + CTimeZone::GetOffset()); ?> </td> </tr> <tr>