Back out support for using SM without Frames
[squirrelmail.git] / plugins / translate / options.php
index 1636bfb3301366afed19773ca6c443a9dd9a322a..ed6170b7b73807a5743ca8652921c217818e31d8 100644 (file)
@@ -185,7 +185,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
         '<input type="submit" value="' . _("Submit") . '" name="submit_translate">'.
         '</td></tr>'.
    '</table>'.
-   '</form>';
-   noframes_bottom();
+   '</form>'.
+"</body></html>\n";
 
 ?>