Last options commit for the evening. This one is dedicated to my wife and her colorfu...
[squirrelmail.git] / src / folders.php
index 7c7ee384e36dbe6c57607a6c9d8673712c9235e3..34dc7f45906da04a55419a0b582e3cba5a1d80ae 100644 (file)
     **  $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"));
 
    $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