Moved printing of HTML-header into page_header.php.
[squirrelmail.git] / src / delete_message.php
index 9c013ff141b8d7716d2fad02c909f9eef72d9f96..fdaefc5a93fc23739c3cb4213406b25b5b759991 100644 (file)
@@ -14,8 +14,6 @@
 
    include("../src/load_prefs.php");
 
-   echo "<HTML><BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n";
-
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    sqimap_mailbox_select($imapConnection, $mailbox);