Added support for using Squirrelmail without frames
[squirrelmail.git] / src / help.php
index 3d9fec9c7bffb847be95c4f7360831291e5996cf..d37b17041dc0287a928c577ba0356ca7c8b27eb9 100644 (file)
@@ -208,5 +208,6 @@ do_hook('help_bottom');
 echo html_tag( 'tr',
             html_tag( 'td', ' ', 'left', $color[0] )
         ).
-       '</table></body></html>';
-?>
+       '</table>';
+       noframes_bottom();
+?>
\ No newline at end of file