From c3bd9e9553869afa2ebd44384e76ee82260ac8ab Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 24 Aug 2007 06:56:03 +0000 Subject: [PATCH] Fixed home page navigation --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index a9aaa38ca3..161318bfd1 100644 --- a/index.php +++ b/index.php @@ -106,8 +106,7 @@ $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