Back out support for using SM without Frames
[squirrelmail.git] / src / vcard.php
index 1d669d1074c21ba44bd893a0165b7a93bb23e19d..c6f3d112afa83cc1d14c6cd370986962c2fdfb05 100644 (file)
@@ -218,7 +218,7 @@ echo '</select>' .
 
         '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER>' .
         '<TR><TD BGCOLOR="' . $color[4] . '">' .
-        '</TD></TR></TABLE>';
-        noframes_bottom();
+        '</TD></TR></TABLE>' .
+        '</body></html>';
 
-?>
\ No newline at end of file
+?>