* Moved load_prefs.php and display_page.php (or whatever it is called) into
[squirrelmail.git] / src / options.php
index b0dc93d632adfde946a7fefd1e3dc1f0ad44e87b..3e079ebe437aacdae2673305c9035bc23dd33a94 100644 (file)
@@ -12,7 +12,6 @@
     **/
 
    include('../src/validate.php');
-   include('../functions/page_header.php');
    include('../functions/display_messages.php');
    include('../functions/imap.php');
    include('../functions/array.php');
@@ -22,7 +21,6 @@
       $squirrelmail_language = $language;
    }   
 
-   include('../src/load_prefs.php');
    displayPageHeader($color, _("None"));
 
 ?>