mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Add a target to the "made with moodle" link to avoid confusing students
This commit is contained in:
parent
c605097983
commit
9a9a2907c2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user