From 6a6ce0a3a52fdfd73fdab55e30f1b8f410115a7a Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 12 Apr 2002 08:26:57 +0000 Subject: [PATCH] Nuke obsolete function general_info git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2713 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 35 +--------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index 024a40f8..e0b4fe83 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -58,39 +58,6 @@ function error_username_password_incorrect() { ''; } -function general_info($motd, $org_logo, $version, $org_name, $color) { - - echo '
'. - "
". - ''. - '' . - "'. - '
" . - '
'; - printf (_("Welcome to %s's WebMail system"), $org_name); - echo '
'. - '
'. - ''. - ''. - '' . - ''. - ''. - '
'; - if ( strlen($org_logo) > 3 ) { - echo ""; - } else { - echo "$org_name"; - } - echo '
'; - printf (_("Running SquirrelMail version %s (c) 1999-2001."), $version); - echo '

'. - '
' . - $motd. - '
'. - '
'. - '
'; -} - function error_message($message, $mailbox, $sort, $startMessage, $color) { $urlMailbox = urlencode($mailbox); @@ -192,4 +159,4 @@ function logout_error( $errString, $errTitle = '' ) { ''; } -?> \ No newline at end of file +?> -- 2.25.1