mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
merged from 1.8 - corrected right column - had id "left-column"
This commit is contained in:
parent
caffc55a84
commit
66e294019e
@ -82,7 +82,7 @@
|
||||
if (!empty($pt)) {
|
||||
if (!empty($THEME->customcorners)) print_custom_corners_end();
|
||||
echo '</td>';
|
||||
echo '<td valign="top" style="width: '.$blocks_preferred_width.'px;" id="left-column">';
|
||||
echo '<td valign="top" style="width: '.$blocks_preferred_width.'px;" id="right-column">';
|
||||
if (!empty($THEME->customcorners)) print_custom_corners_start();
|
||||
blocks_print_group($PAGE, $blocks, BLOCK_POS_RIGHT);
|
||||
if (!empty($THEME->customcorners)) print_custom_corners_end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user