reversing previous change as it breaks page layout

This commit is contained in:
toyomoyo 2007-08-21 05:52:28 +00:00
parent bf2956a9ba
commit fc3ebc9d43

View File

@ -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";