X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=48cfc82880761b4214c79943537298f3ee8e0a55;hb=6540ee5ef6f1183ea6620fec82ac53f82316a419;hp=1b095056580fd703c43998d527f64de28f18595e;hpb=fb745cc7d13d3cf5142d9c36dbd7539041599508;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index 1b095056..48cfc828 100644 --- a/src/signout.php +++ b/src/signout.php @@ -15,6 +15,7 @@ require_once('../src/validate.php'); require_once('../functions/prefs.php'); require_once('../functions/plugin.php'); require_once('../functions/strings.php'); +require_once('../functions/html.php'); /* Erase any lingering attachments */ if (isset($attachments) && is_array($attachments) @@ -52,42 +53,38 @@ if ($signout_page) { exit; /* we send no content if we're redirecting. */ } ?> - - + + - + -<?php echo $org_title ?> - Signout - - -

- - - - - - - - - - -
- -
- -
- - -

-
-
-
- - \ No newline at end of file +<?php echo $org_title ?> - Signout + + +

+' . + _("Click here to log back in.") . '
' , + 'center' ) , + '', $color[4], 'width="100%"' ) . + html_tag( 'tr', + html_tag( 'td', '
', 'center' ) , + '', $color[0], 'width="100%"' ) , +'center', $color[4], 'width="50%" cols="1" cellpadding="2" cellspacing="0" border="0"' ) +?> + + \ No newline at end of file