diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 6ab3f1e13d4..bb91d93563b 100644 --- a/course/format/weekscss/format.php +++ b/course/format/weekscss/format.php @@ -80,21 +80,17 @@ /// Layout the whole page as three big columns. - ///echo ''; - echo '
'; + echo '
'; /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - ///echo '
'; } /// Start main column - ///echo ''; echo ''; // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - ///echo ''; } - ///echo '
'; echo '
'; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo '
'; - ///echo '
'; echo '
'; @@ -280,19 +276,15 @@ echo '
'; } - ///echo '
'; echo '
'; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo '
'; - ///echo '
'; echo '
'; echo '';