Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 25, 2002
1 parent f690562 commit 87a2fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -71,7 +71,7 @@ function print_footer ($course=NULL) {
if ($course) { if ($course) {
if ($course == "home") { // special case for site home page - please do not remove 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 = "<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 { } else {
$homelink = "<A TARGET=_top HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A>"; $homelink = "<A TARGET=_top HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A>";
} }
Expand Down
2 changes: 1 addition & 1 deletion lib/weblib.php
Expand Up @@ -145,7 +145,7 @@ function qualified_me() {


function match_referer($good_referer = "") { function match_referer($good_referer = "") {
/// returns true if the referer is the same as the good_referer. If /// 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 == "") { if ($good_referer == "") {
$good_referer = qualified_me(); $good_referer = qualified_me();
Expand Down

0 comments on commit 87a2fa0

Please sign in to comment.