diff --git a/index.php b/index.php
index ff922509777..82b5161f5f6 100644
--- a/index.php
+++ b/index.php
@@ -58,8 +58,6 @@
$PAGE = page_create_object(MOODLE_PAGE_COURSE, SITEID);
- echo '
'; // entry wrapper start
-
$editing = $PAGE->user_is_editing();
$pageblocks = blocks_get_by_page($PAGE);
@@ -229,7 +227,5 @@
'; // entry wrapper end
-
print_footer('home'); // Please do not modify this line
?>