From: moodler Date: Tue, 28 Aug 2007 04:53:35 +0000 (+0000) Subject: Undoing this navigation change AGAIN X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=704ba13c1fe4e43e42b2d6228d570f5225baae0f;p=moodle.git Undoing this navigation change AGAIN --- 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);