Fixed home page navigation

This commit is contained in:
moodler
2007-08-24 06:56:03 +00:00
parent 3565ff92e4
commit c3bd9e9553
+1 -2
View File
@@ -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', '',
'<meta name="description" content="'. s(strip_tags($SITE->summary)) .'" />',
true, '', user_login_string($SITE).$langmenu);