Removed redundant form_types functions and the file /reporting/includes/form_types...
[fa-stable.git] / includes / main.inc
index 937d9a9291692b801434099013b67cab0acf6317..07666d28a77164589d2836ff51851e7e8eb3a204 100644 (file)
@@ -8,34 +8,32 @@
     include_once($path_to_root . "/includes/systypes.inc");
     include_once($path_to_root . "/includes/references.inc");
     include_once($path_to_root . "/includes/prefs/sysprefs.inc");
-    include_once($path_to_root . "/includes/db/comments_db.inc"); 
-       include_once($path_to_root . "/includes/db/sql_functions.inc");      
-    
-    include_once($path_to_root . "/reporting/includes/form_types.inc");
-    
-    include_once($path_to_root . "/admin/db/users_db.inc");    
-    
-    function page($title, $no_menu=false, $is_index=false, $onload="", $js="") 
+    include_once($path_to_root . "/includes/db/comments_db.inc");
+       include_once($path_to_root . "/includes/db/sql_functions.inc");
+
+    include_once($path_to_root . "/admin/db/users_db.inc");
+
+    function page($title, $no_menu=false, $is_index=false, $onload="", $js="")
     {
-       
+
        global $path_to_root;
-       
+
        $hide_menu = $no_menu;
-       
+
        include($path_to_root . "/includes/page/header.inc");
-       
+
        page_header($title, $no_menu, $is_index, $onload, $js);
-    }     
-    
-    function end_page($no_menu=false, $is_index=false) 
+    }
+
+    function end_page($no_menu=false, $is_index=false)
     {
        global $path_to_root;
-       
+
        $hide_menu = $no_menu;
-       
+
        include($path_to_root . "/includes/page/footer.inc");
-       
-       page_footer($no_menu, $is_index);       
+
+       page_footer($no_menu, $is_index);
     }
 
 ?>
\ No newline at end of file