summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 6eb0eb02f..1feea7cfb 100644
--- a/index.php
+++ b/index.php
@@ -4,14 +4,9 @@ include_once "includes/common.inc";
page_header();
-
-//$theme->header();
-
$function = variable_get("site_frontpage", "node") ."_page";
$function();
-//$theme->footer();
-
page_footer();
?>