Adding full locale names. Enabled ukrainian and russian-ukrainian
[squirrelmail.git] / src / view_text.php
index e15000addc8f021845baa83e4c84a692e9188f8f..4bc60d2f7de0179e4f55f47c5c29c47150d5081b 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * view_text.php -- Displays the main frameset
  *
- * Copyright (c) 1999-2003 The SquirrelMail development team
+ * Copyright (c) 1999-2004 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Who knows what this file does. However PUT IT HERE DID NOT PUT
@@ -86,6 +86,6 @@ echo '<BR><TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER>
      '</TD></TR></TABLE>' .
      '<TABLE WIDTH="98%" BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER><TR><TD BGCOLOR="' . $color[0] . '">' .
      '<TR><TD BGCOLOR="' . $color[4] . '"><TT>' .
-     $body . '</TT></TD></TR></TABLE>';
-     noframes_bottom();
-?>
\ No newline at end of file
+     $body . '</TT></TD></TR></TABLE>' .
+     '</body></html>';
+?>