diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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(); |