Special "navigation" for home page - "home" value sets off different header

in themes
This commit is contained in:
martin 2002-09-23 15:41:06 +00:00
parent a28af1fe74
commit 8cea3a3974

View File

@ -22,7 +22,7 @@
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/index.php\">".get_string("login")."</A></FONT>";
}
}
print_header("$site->fullname", "$site->fullname", "", "",
print_header("$site->fullname", "$site->fullname", "home", "",
"<META NAME=\"Description\" CONTENT=\"".stripslashes(strip_tags($site->summary))."\">",
true, $headerbutton);