Displaying and fixing some XHTML
[squirrelmail.git] / src / image.php
index 11d26624c77f2a0abbe9db0b8b3151e69bdf0728..500d689c3e27405e60b08625bfb6852c3946af65 100644 (file)
@@ -3,16 +3,19 @@
 /**
  * image.php
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file shows an attached image
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -61,6 +64,6 @@ echo '</b></td></tr>' . "\n" .
     '<img src="' . $DownloadLink . '">' .
 
     '</TD></TR></TABLE>' . "\n";
-    noframes_bottom();
+    '</body></html>' . "\n";
 
-?>
\ No newline at end of file
+?>