Minor fix
[squirrelmail.git] / templates / default / webmail.tpl
index c3a8d3facd88517ba031d927985dbd66c1ce66f8..2fb304ab7d3c2763155b1b9ece1a4a932ba0ec7c 100644 (file)
@@ -39,10 +39,4 @@ if ($nav_on_left) {
     $output .= $right_frame . $left_frame;
 }
 
-// Add the hook
-$ret = concat_hook_function('webmail_bottom', $output);
-if ($ret != '') {
-    $output = $ret;
-}
-
-echo $output ."\n</frameset>";
\ No newline at end of file
+echo $output ."\n</frameset>\n</html>";