Happy New Year
[squirrelmail.git] / templates / default / signout.tpl
index 0d90d89836008c83337c207e9839d7a035d82de4..b9e26660e92f86446185769cd376fc89fb8800cb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Template to create the signout page
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -14,7 +14,6 @@
 /* retrieve the template vars */
 extract($t);
 
-$plugin_message = concat_hook_function('logout_above_text');
 ?>
 <body>
 
@@ -23,7 +22,7 @@ $plugin_message = concat_hook_function('logout_above_text');
 <tr width="100%"><th class="sqm_signoutBar">
   <?php echo _("Sign Out"); ?>
 </th></tr>
-<?php echo $plugin_message; ?>
+<?php if (!empty($plugin_output['signout_message'])) echo $plugin_output['signout_message']; ?>
 <tr width="100%"><td>
   <?php echo _("You have been successfully signed out."); ?><br />
   <a href="<?php echo $login_uri; ?>" target="<?php echo $frame_top; ?>"><?php echo _("Click here to log back in."); ?></a><br />