Fix up display of version in footer

This commit is contained in:
moodler
2008-03-05 05:34:16 +00:00
parent 3559450d81
commit 835625bf4c
+1 -1
View File
@@ -2880,7 +2880,7 @@ function print_footer($course=NULL, $usercourse=NULL, $return=false) {
} else if ($course === 'home') { // special case for site home page - please do not remove
$course = get_site();
$homelink = '<div class="sitelink">'.
'<a title="moodle '. $CFG->release .' ('. $CFG->version .')" href="http://moodle.org/">'.
'<a title="Moodle '. $CFG->release .'" href="http://moodle.org/">'.
'<img style="width:100px;height:30px" src="pix/moodlelogo.gif" alt="moodlelogo" /></a></div>';
$home = true;