Including plugins integrated into 1.5.1 core.
[squirrelmail.git] / src / delete_message.php
index 5f001d78593af90d57c434ae0f9704d7d152c781..56f6da3f76e1c3ae072288f6585ed7e7bf4e3f28 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Deletes a meesage from the IMAP server
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
-require_once(SM_PATH . 'include/validate.php');
+include_once(SM_PATH . 'include/validate.php');
 include_once(SM_PATH . 'functions/display_messages.php');
 
 global $color;
 error_box('delete_message.php script is obsolete since 1.5.1.',$color);
-
-?>
-</body></html>
\ No newline at end of file
+$oTemplate->display('footer.tpl');
+?>
\ No newline at end of file