]> git.mjollnir.org Git - moodle.git/commitdiff
Add a target to the "made with moodle" link to avoid confusing students
authormoodler <moodler>
Fri, 7 Mar 2003 15:09:12 +0000 (15:09 +0000)
committermoodler <moodler>
Fri, 7 Mar 2003 15:09:12 +0000 (15:09 +0000)
lib/weblib.php

index 55b7021befe26ea0519bcd0dc1170b3fc57653cb..db868a645ca28e987a288e0c3380eadaf9558aef 100644 (file)
@@ -648,7 +648,7 @@ function print_footer ($course=NULL) {
 /// Course links
     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  = "<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>";
             $course = get_site();
             $homepage = true;