From de7d84b107807fdb326682660395db5173038592 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 6 Mar 2007 17:00:49 +0000 Subject: [PATCH] removed some forgotten comments ;-) --- index.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/index.php b/index.php index 4ab3ed93bc..7e14266e7d 100644 --- a/index.php +++ b/index.php @@ -112,41 +112,31 @@ 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 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/course:update', get_context_instance(CONTEXT_COURSE, SITEID))) { echo ''; } -// uh-changes start break; } } -// uh-changes end ?> -- 2.39.5
'; -// 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 /// Print Section if ($SITE->numsections > 0) { @@ -263,45 +253,35 @@ 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 if (has_capability('moodle/course:update', get_context_instance(CONTEXT_COURSE, SITEID))) { echo '
'.update_course_icon($SITE->id).'
'; echo '
'; } blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); -// uh-changes start if (!empty($THEME->roundcorners)) { echo '
'; echo '
'; } -// uh-changes end echo '