]> git.mjollnir.org Git - moodle.git/commitdiff
Undoing this navigation change AGAIN
authormoodler <moodler>
Tue, 28 Aug 2007 04:53:35 +0000 (04:53 +0000)
committermoodler <moodler>
Tue, 28 Aug 2007 04:53:35 +0000 (04:53 +0000)
index.php

index 8923cb02ae08c8ee3f3e9078e8bfda84328c8927..15dd57e2afdfa48fd8838fac5f5e3131a19ffbd1 100644 (file)
--- a/index.php
+++ b/index.php
                                             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', '',
                  '<meta name="description" content="'. s(strip_tags($SITE->summary)) .'" />',
                  true, '', user_login_string($SITE).$langmenu);