t12n of compose function. Paul, could you please check the plugin hook implementatio...
[squirrelmail.git] / templates / default / signout.tpl
CommitLineData
8f8188ae 1<?php
2/**
3 * signout.tpl
4 *
5 * Template to create the signout page
6 *
7 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
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
17$plugin_message = concat_hook_function('logout_above_text');
18?>
19<body>
20
21<center>
22<table width="50%" class="sqm_signout">
23<tr width="100%"><th class="sqm_signoutBar">
24 <?php echo _("Sign Out"); ?>
25</th></tr>
26<?php echo $plugin_message; ?>
27<tr width="100%"><td>
28 <?php echo _("You have been successfully signed out."); ?><br />
29 <a href="login.php" target="<?php echo $frame_top; ?>"><?php echo _("Click here to log back in."); ?></a><br />
30</td></tr>
31<tr width="100%"><td class="sqm_signoutBar"><br /></td></tr>
32</table>
33</center>
34