X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=109053101140b3a122a6ce9c6583aaadbb6f5fd3;hb=e4f9307aac62ca522c8fde798845b5313a32df70;hp=9936f307de0599e7ab5228dbb93bb0f92b8575ce;hpb=f8f9bed9bb69ef0432fbc67741f82071b6582b4d;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index 9936f307..10905310 100644 --- a/src/signout.php +++ b/src/signout.php @@ -1,42 +1,93 @@ - + + + - + + +<?php echo $org_title ?> - Signout + + +

\n"; - echo "

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

"; - 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"' ) ?> - - - + +