Happy New Year
[squirrelmail.git] / templates / default / webmail.tpl
index c3a8d3facd88517ba031d927985dbd66c1ce66f8..517a1346e3dff0d2519e6707c518ca2faad4823f 100644 (file)
@@ -9,7 +9,7 @@
  *      $nav_on_left - boolean TRUE if the mavigation from should be on the
  *                      left side of the page.  FALSE if it is on the right.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -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>";