More accessible log in button up top

This commit is contained in:
martin 2002-06-16 03:25:10 +00:00
parent b1a1b00aa6
commit a325bd2bf6

View file

@ -8,9 +8,14 @@
redirect("$CFG->wwwroot/admin/");
}
if ($USER) {
$headerbutton = update_course_icon($site->id);
} else {
$headerbutton = "<FONT SIZE=2><A HREF=\"login/\">Log in</A></FONT>";
}
print_header("$site->fullname", "$site->fullname", "", "",
"<META NAME=\"Description\" CONTENT=\"".stripslashes(strip_tags($site->summary))."\">",
true, update_course_icon($site->id));
true, $headerbutton);
?>