From: moodler Date: Fri, 7 Mar 2003 15:09:12 +0000 (+0000) Subject: Add a target to the "made with moodle" link to avoid confusing students X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9a9a2907c27338a51ff8ea6042079dcb496c3167;p=moodle.git Add a target to the "made with moodle" link to avoid confusing students --- diff --git a/lib/weblib.php b/lib/weblib.php index 55b7021bef..db868a645c 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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 = "

release ($CFG->version)\" HREF=\"http://moodle.com/\">"; + $homelink = "

release ($CFG->version)\" HREF=\"http://moodle.com/\" TARGET=\"_blank\">"; $homelink .= "

"; $course = get_site(); $homepage = true;