From 704ba13c1fe4e43e42b2d6228d570f5225baae0f Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Aug 2007 04:53:35 +0000 Subject: [PATCH] Undoing this navigation change AGAIN --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index 8923cb02ae..15dd57e2af 100644 --- a/index.php +++ b/index.php @@ -105,8 +105,7 @@ BLOCK_L_MAX_WIDTH); $preferred_width_right = bounded_number(BLOCK_R_MIN_WIDTH, blocks_preferred_width($pageblocks[BLOCK_POS_RIGHT]), BLOCK_R_MAX_WIDTH); - $navigation = build_navigation(array(array('name' => get_string('home'), 'link' => null, 'type' => 'misc'))); - print_header($SITE->fullname, $SITE->fullname, $navigation, '', + print_header($SITE->fullname, $SITE->fullname, 'home', '', '', true, '', user_login_string($SITE).$langmenu); -- 2.39.5