From: nfreear Date: Tue, 14 Mar 2006 15:11:30 +0000 (+0000) Subject: Accessibility: added class="weekscss", removed commented code. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4025f33ac10ce72c14ddcd9dffc7edbcb1e3e2bc;p=moodle.git Accessibility: added class="weekscss", removed commented code. --- diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 6ab3f1e13d..bb91d93563 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 '';