Skip to content

Commit

Permalink
Add a target to the "made with moodle" link to avoid confusing students
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 7, 2003
1 parent c605097 commit 9a9a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Expand Up @@ -648,7 +648,7 @@ function print_footer ($course=NULL) {
/// Course links /// Course links
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/\" TARGET=\"_blank\">";
$homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>"; $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
$course = get_site(); $course = get_site();
$homepage = true; $homepage = true;
Expand Down

0 comments on commit 9a9a290

Please sign in to comment.