Added support for using Squirrelmail without frames
[squirrelmail.git] / plugins / listcommands / mailout.php
index 5d08b20b78d992801783f71786dd500c136a5661..4af179fb4458f2bb6545971c5c3ae75030cda68d 100644 (file)
@@ -76,5 +76,7 @@ echo '<br />'
 . '<input type="hidden" name="body" value="' . htmlspecialchars($body) . '">'
 . '<input type="hidden" name="mailbox" value="' . htmlspecialchars($mailbox) . '">'
 . '<input type="submit" name="send" value="' . _("Send Mail") . '"><br /><br /></center>'
-. '</form></td></tr></table></p></body></html>';
-?>
+. '</form></td></tr></table></p>';
+noframes_bottom();
+
+?>
\ No newline at end of file