if ($course) {
if ($course == "home") { // special case for site home page - please do not remove
$homelink = "<P ALIGN=center><A TITLE=\"Moodle $CFG->release ($CFG->version)\" HREF=\"http://moodle.com/\">";
- $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 ALT=\"\" SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
+ $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
} else {
$homelink = "<A TARGET=_top HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A>";
}
function match_referer($good_referer = "") {
/// returns true if the referer is the same as the good_referer. If
-/// good_refer is not specified, use qualified_me as the good_referer
+/// good_referer is not specified, use qualified_me as the good_referer
if ($good_referer == "") {
$good_referer = qualified_me();