mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Removed old attributes on moodle mlogo
This commit is contained in:
parent
8124343856
commit
244f6f3248
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user