Carry event object for click events into called JS code
[squirrelmail.git] / templates / default / webmail.tpl
index 7cfd793c90b9bfb7c2d7aea4019b8874a31a5af6..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>";
+echo $output ."\n</frameset>\n</html>";