summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 06c23390c..76fdd98ff 100644
--- a/index.php
+++ b/index.php
@@ -13,8 +13,7 @@ if (menu_active_handler_exists()) {
menu_execute_active_handler();
}
else {
- print theme("header");
- print theme("footer");
+ print theme("page", "");
}
drupal_page_footer();