From bf2956a9ba3d2559b0f189a0386dd283af67c090 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 21 Aug 2007 05:48:18 +0000 Subject: [PATCH] merged fix for MDL-9777, correcting usage of layout-table --- blog/header.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blog/header.php b/blog/header.php index c12f8ed4c4..db0d699c74 100755 --- a/blog/header.php +++ b/blog/header.php @@ -258,13 +258,12 @@ if ($filtertype=='user') { } $currenttab = 'blogs'; -require_once($CFG->dirroot .'/user/tabs.php'); - - /// Layout the whole page as three big columns. print '' . "\n"; print '' . "\n"; +require_once($CFG->dirroot .'/user/tabs.php'); + /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { print '
' . "\n"; -- 2.39.5