Removed some styles

This commit is contained in:
moodler 2005-01-29 11:41:43 +00:00
parent d6c66e125d
commit c5e266d233

View File

@ -58,8 +58,6 @@
$PAGE = page_create_object(MOODLE_PAGE_COURSE, SITEID);
echo '<div id="entry-page" class="entry">'; // entry wrapper start
$editing = $PAGE->user_is_editing();
$pageblocks = blocks_get_by_page($PAGE);
@ -229,7 +227,5 @@
</table>
<?php
echo '</div>'; // entry wrapper end
print_footer('home'); // Please do not modify this line
?>