X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=2ead7d7a7b8ff5864d97ae3e7266782a9ed0d284;hb=a11df61b949068712242d77e2c18311c93e63979;hp=d3b542d8bde3f788c70953d536448b8d554c32a7;hpb=8b522a59d2f40c73f29ef5b3fe5f74fdc699bada;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index d3b542d8..2ead7d7a 100644 --- a/src/signout.php +++ b/src/signout.php @@ -1,66 +1,96 @@ + + + + + + - + <?php echo $org_title ?> - Signout + + +

\n"; - echo "

"; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo "
"; - echo " "; - echo _("Sign Out"); - echo ""; - echo "
"; - echo "
"; - echo _("You have been successfully signed out."); - echo "
"; - echo _("Click here to "); - echo ""; - echo _("log back in."); - echo "

"; - echo "
"; - echo "
"; - echo "
"; - echo "

"; +do_hook('logout_above_text'); +echo +html_tag( 'table', + html_tag( 'tr', + html_tag( 'th', _("Sign Out"), 'center' ) , + '', $color[0], 'width="100%"' ) . + html_tag( 'tr', + html_tag( 'td', _("You have been successfully signed out.") . + '
' . + _("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"' ) ?> - - + +