From: moodler Date: Fri, 2 Feb 2007 07:29:17 +0000 (+0000) Subject: Fixed badly specificed simple box on site topic X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8cef951707dd81176caba20abc838a5520fe22e8;p=moodle.git Fixed badly specificed simple box on site topic --- diff --git a/index.php b/index.php index 3696cb2a17..43b6618744 100644 --- a/index.php +++ b/index.php @@ -150,7 +150,7 @@ } if (!empty($section->sequence) or !empty($section->summary) or $editing) { - print_simple_box_start('center', '100%', '', 5, 'sitetopic'); + print_box_start('generalbox sitetopic'); /// If currently moving a file then show the current clipboard if (ismoving($SITE->id)) { @@ -177,7 +177,7 @@ if ($editing) { print_section_add_menus($SITE, $section->section, $modnames); } - print_simple_box_end(); + print_box_end(); } }