Moved printing of HTML-header into page_header.php.
[squirrelmail.git] / src / folders_rename_do.php
index 368ccade602b3a625b09dbd06d76188e730e0b09..52359c6cc7260c80730789370ec4d707b8fc5e7e 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
    /** Log out this session **/
    sqimap_logout($imapConnection);
 
-   echo "<HTML><BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n";
    displayPageHeader($color, "None");
    echo "<BR><BR><BR><CENTER><B>";
    echo _("Folder Renamed!");
    echo "</B><BR><BR>";
    echo _("The folder has been successfully renamed.");
-   echo "<BR><A HREF=\"webmail.php?PHPSESSID=$PHPSESSID&right_frame=folders.php\" TARGET=_top>";
+   echo "<BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>";
    echo _("Click here");
    echo "</A> ";
    echo _("to continue.");