diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 7485e77a72f..0ce43b3d6ba 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -68,6 +68,12 @@ echo '
| '; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ' | '; } - +// uh-changes start + break; + case 'middle': +// uh-changes end echo ''; @@ -225,7 +236,10 @@ } echo ' | '; - +// uh-changes start + break; + case 'right': +// uh-changes end // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing || has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM, SITEID))) { echo ''; @@ -236,6 +250,11 @@ blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo ' | '; } +// uh-changes start + break; + } + } +// uh-changes end ?>