Initial checkin of spamoptions.php
[squirrelmail.git] / src / folders.php
index 7c7ee384e36dbe6c57607a6c9d8673712c9235e3..24eaa84420bc2d52e67dff2abdfc2844706e9566 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Handles all interaction between the user and the other folder
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include("../functions/imap.php");
-   include("../functions/array.php");
-   include("../functions/plugin.php");
+   require_once('../src/validate.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/array.php');
+   require_once('../functions/plugin.php');
 
-   displayPageHeader($color, _("None"));
+   displayPageHeader($color, 'None');
 
 ?>
 
    $boxes_sub = $boxes;
 
    /** SUBSCRIBE TO FOLDERS **/
-   echo "<TD BGCOLOR=\"$color[0]\" widtn=50% ALIGN=CENTER>";
+   echo "<TD BGCOLOR=\"$color[0]\" width=50% ALIGN=CENTER>";
    $imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1);
    $boxes_all = sqimap_mailbox_list_all ($imap_stream);
 
    sqimap_logout($imapConnection);
 ?>
 
-</body></html>
+</body></html>
\ No newline at end of file