Added support for using Squirrelmail without frames
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index 26260ed56d3337a6fc40648767c1973496c76029..0a7c73ba268d6c0449ca3f8fe084108d1a442420 100644 (file)
@@ -127,7 +127,7 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
         echo '<p>' . _("No POP3 servers configured yet.") . '</p>';
         displayInternalLink('plugins/mail_fetch/options.php',
             _("Click here to go to the options page.") );
-        echo '</body></html>';
+        noframes_bottom();
         exit();
     }
 
@@ -321,5 +321,4 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
 
 ?>
 </center>
-</body>
-</html>
+<?php noframes_bottom(); ?>