Back out support for using SM without Frames
[squirrelmail.git] / src / right_main.php
index 9558cdba6ba4f804f82730e027077a0b5f54c3b3..1d3ef5e53f0001beda0be67ca1edb1e5aa5d88af 100644 (file)
@@ -237,6 +237,7 @@ if ($use_mailbox_cache && sqsession_is_registered('msgs')) {
 }
 do_hook('right_main_bottom');
 sqimap_logout ($imapConnection);
-noframes_bottom();
 
-?>
\ No newline at end of file
+echo '</body></html>';
+
+?>