Removed old attributes on moodle mlogo

This commit is contained in:
moodler 2007-01-04 06:06:17 +00:00
parent 8124343856
commit 244f6f3248

View File

@ -2348,8 +2348,8 @@ function print_footer($course=NULL, $usercourse=NULL, $return=false) {
} else if (is_string($course) && $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/" target="_blank">'.
'<br /><img width="100" height="30" src="pix/moodlelogo.gif" border="0" alt="moodlelogo" /></a></div>';
'<a title="moodle '. $CFG->release .' ('. $CFG->version .')" href="http://moodle.org/">'.
'<br /><img style="width:100px;height:30px" src="pix/moodlelogo.gif" alt="moodlelogo" /></a></div>';
$home = true;
} else {
$homelink = '<div class="homelink"><a'.$target.' href="'.$CFG->wwwroot.