information about bug_report fix
[squirrelmail.git] / plugins / newmail / newmail.php
index 04d921085e9752fa7073355a488f8fe95e78de3a..3c1d65ec5f31629f8e278e758146896760665835 100644 (file)
@@ -1,14 +1,13 @@
 <?php
-
 /**
- * newmail.php
+ * newmail.php - popup page
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.        
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays all options relating to new mail sounds
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage newmail
  */
@@ -18,8 +17,6 @@ define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'include/load_prefs.php');
-require_once(SM_PATH . 'functions/page_header.php');
 
 sqGetGlobalVar('numnew', $numnew, SQ_GET);
 
@@ -38,7 +35,7 @@ sqGetGlobalVar('numnew', $numnew, SQ_GET);
                           '</font><br /></big><br />' . "\n" .
                           '<form name="nm">' . "\n".
                           '<input type="button" name="bt" value="' . _("Close Window") .
-                          '" onClick="javascript:window.close();" />'."\n".
+                          '" onclick="javascript:window.close();" />'."\n".
                           '</form>',
                           'center' )
                       ) ,