Happy New Year
[squirrelmail.git] / plugins / newmail / testsound.php
index 5fd3ab33b0c03f596cd1a6e95fb10e2908cb8820..11eb5d51f5e6061a47b68599c23a1c2c0344ab44 100644 (file)
@@ -3,18 +3,18 @@
 /**
  * testsound.php
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage newmail
  */
 
-/** @ignore */
-define('SM_PATH','../../');
-
-/* SquirrelMail required files. */
-require_once(SM_PATH . 'include/validate.php');
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
+require('../../include/init.php');
 
 displayHtmlHeader( _("Test Sound"), '', FALSE );
 
@@ -23,10 +23,10 @@ echo '<body bgcolor="'.$color[4].'" topmargin="0" leftmargin="0" rightmargin="0"
 if ( ! sqgetGlobalVar('sound', $sound, SQ_GET) ) {
     $sound = 'Click.wav';
 } elseif ( $sound == '(none)' ) {
-    echo '<center><form><br /><br />'.
+    echo '<div style="text-align: center;"><form><br /><br />'.
          '<b>' . _("No sound specified") . '</b><br /><br />'.
          '<input type="button" name="close" value="' . _("Close") . '" onclick="window.close()" />'.
-         '</form></center>'.
+         '</form></div>'.
          '</body></html>';
     return;
 }