if ($data['attach_id']) {
if (in_array($data['attach_ext'], $imagetypes) && @getimagesize(FORUM."attachments/".$data['attach_name'])) {
echo "
\n".$data['user_name'].$locale['506']."
\n
";
} else {
echo "
\n".$data['user_name'].$locale['507']."
\n".$data['attach_name']."";
}
}
if ($data['post_edittime'] != "0") {
echo "
\n".$locale['508'].$edituser.$locale['509']."$edittime";
}
echo "