mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
reversing previous change as it breaks page layout
This commit is contained in:
parent
bf2956a9ba
commit
fc3ebc9d43
@ -258,12 +258,13 @@ if ($filtertype=='user') {
|
||||
}
|
||||
$currenttab = 'blogs';
|
||||
|
||||
require_once($CFG->dirroot .'/user/tabs.php');
|
||||
|
||||
|
||||
/// Layout the whole page as three big columns.
|
||||
print '<table border="0" cellpadding="3" cellspacing="0" width="100%" id="layout-table">' . "\n";
|
||||
print '<tr valign="top">' . "\n";
|
||||
|
||||
require_once($CFG->dirroot .'/user/tabs.php');
|
||||
|
||||
/// The left column ...
|
||||
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
|
||||
print '<td style="vertical-align: top; width: '. $preferred_width_left .'px;" id="left-column">' . "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user