]> git.mjollnir.org Git - moodle.git/commitdiff
reversing previous change as it breaks page layout
authortoyomoyo <toyomoyo>
Tue, 21 Aug 2007 05:52:28 +0000 (05:52 +0000)
committertoyomoyo <toyomoyo>
Tue, 21 Aug 2007 05:52:28 +0000 (05:52 +0000)
blog/header.php

index db0d699c74a3abe687222d30a0b191d587e02c5c..c12f8ed4c4450359b3943660f133634337090432 100755 (executable)
@@ -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";