mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
removing undefined variable
This commit is contained in:
parent
e9fc2634a7
commit
86d345d5cd
@ -175,7 +175,7 @@ if (!empty($SITE->fullname)) {
|
|||||||
echo '</td>';
|
echo '</td>';
|
||||||
break;
|
break;
|
||||||
case 'right':
|
case 'right':
|
||||||
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {
|
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)) {
|
||||||
echo '<td style="width: ' . $preferred_width_right . 'px;" id="right-column">';
|
echo '<td style="width: ' . $preferred_width_right . 'px;" id="right-column">';
|
||||||
if (!empty($THEME->roundcorners)) {
|
if (!empty($THEME->roundcorners)) {
|
||||||
echo '<div class="bt"><div></div></div>';
|
echo '<div class="bt"><div></div></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user