Added the config file back again
[squirrelmail.git] / src / webmail.php
index 8f11384b439c8a745ea94a5ad3d2af9809fb05ac..05601d9eb01f5f1b38d769163a67149c404bda3d 100644 (file)
    setcookie("logged_in", 1, 0, "/");
 ?>
 <HTML><HEAD>
-<TITLE>
 <?
    include ("../config/config.php");
    include ("../functions/prefs.php");
+   echo "<TITLE>";
    echo "$org_title";
-?>
-</TITLE>
-<FRAMESET COLS="200, *" NORESIZE BORDER=0>
+   echo "</TITLE>";
+   echo "<FRAMESET COLS=\"200, *\" NORESIZE BORDER=0>";
 
 /**
     There are three ways to call webmail.php
@@ -37,9 +36,6 @@
     This was done to create a pure HTML way of refreshing the folder list since
     we would like to use as little Javascript as possible.
 **/
-<?
-   checkForPrefs($username);
-
    if ($right_frame == "right_main.php") {
       $urlMailbox = urlencode($mailbox);
       echo "<FRAME SRC=\"left_main.php\" NAME=\"left\">";