6 * Copyright (c) 1999-2002 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
9 * Displays all options relating to new mail sounds
15 require_once('../src/validate.php');
16 require_once("../src/load_prefs.php");
20 $sound = str_replace('../plugins/newmail/', '', $sound);
21 $sound = str_replace('../', '', $sound);
22 $sound = str_replace("..\\", '', $sound);
24 displayHtmlHeader( _("Test Sound"), '', FALSE );
26 echo "<BODY bgcolor=\"$color[4]\" topmargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>\n".
28 "<embed src=\"$sound\" hidden=true autostart=true>".
30 '<b>' . _("Loading the sound...") . '</b><br><br>'.
32 '<input type="button" name="close" value=" ' .
34 ' " onClick="window.close()">'.