X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdisplay_messages.php;h=cce8e1109b95c1f0477630ca4e634e1e608899ff;hb=1e89ed4130b20730fa4d3715901ad5d3d8e1494e;hp=aae91ed1ce05feb5ed93ff49363bb3c8bc1f489a;hpb=7e156b3d12d64df9f0d8de35b2a16c5fe4ecd626;p=squirrelmail.git diff --git a/functions/display_messages.php b/functions/display_messages.php index aae91ed1..cce8e110 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -111,8 +111,7 @@ function plain_error_message($message, $color) { } function logout_error( $errString, $errTitle = '' ) { - - GLOBAL $frame_top, $org_logo, $org_name, $org_logo_width, $org_logo_height, + global $frame_top, $org_logo, $org_name, $org_logo_width, $org_logo_height, $hide_sm_attributions, $version, $squirrelmail_language; $base_uri = sqm_baseuri(); @@ -157,8 +156,9 @@ function logout_error( $errString, $errTitle = '' ) { $errTitle = $errString; } set_up_language($squirrelmail_language, true); - displayHtmlHeader( $errTitle ); - + + displayHtmlHeader( $errTitle, '', false ); + echo "\n\n" . '
'. "\""' . _("Go to the login page") . "". ''. - '
'; + ''; } ?>