Happy 2017
[squirrelmail.git] / templates / default / signout.tpl
CommitLineData
8f8188ae 1<?php
2/**
3 * signout.tpl
4 *
5 * Template to create the signout page
6 *
22387c8d 7 * @copyright 1999-2017 The SquirrelMail Project Team
8f8188ae 8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package squirrelmail
11 * @subpackage templates
12 */
13
14/* retrieve the template vars */
15extract($t);
16
8f8188ae 17?>
18<body>
19
20<center>
21<table width="50%" class="sqm_signout">
22<tr width="100%"><th class="sqm_signoutBar">
23 <?php echo _("Sign Out"); ?>
24</th></tr>
f2c79680 25<?php if (!empty($plugin_output['signout_message'])) echo $plugin_output['signout_message']; ?>
8f8188ae 26<tr width="100%"><td>
27 <?php echo _("You have been successfully signed out."); ?><br />
779d6095 28 <a href="<?php echo $login_uri; ?>" target="<?php echo $frame_top; ?>"><?php echo _("Click here to log back in."); ?></a><br />
8f8188ae 29</td></tr>
30<tr width="100%"><td class="sqm_signoutBar"><br /></td></tr>
31</table>
32</center>
33