From 012beafb2a9885d3c4842a4b93a10a2fb5d4ab72 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 6 Feb 2007 20:44:16 +0000 Subject: [PATCH] 'deleted uh comments' --- course/format/topics/format.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 5b8d718669..91e1681ff8 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -73,43 +73,33 @@ echo ''; /// The left column ... -// uh-changes start $lt = (empty($THEME->layouttable)) ? array('left', 'middle', 'right') : $THEME->layouttable; foreach ($lt as $column) { switch ($column) { case 'left': -// uh-changes end if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { echo ''; } -// uh-changes start break; case 'middle': -// uh-changes end /// Start main column echo ''; -// uh-changes start break; case 'right': -// uh-changes end // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { echo ''; } -// uh-changes start break; } } -// uh-changes end echo '
'; -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end echo '
'; -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } - // uh-changes end echo ''; print_heading_block(get_string('topicoutline'), 'outline'); @@ -291,42 +281,32 @@ echo '
'; } -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end echo '
'; -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end echo '
'; ?> -- 2.39.5