]> git.mjollnir.org Git - moodle.git/commitdiff
Removed old attributes on moodle mlogo
authormoodler <moodler>
Thu, 4 Jan 2007 06:06:17 +0000 (06:06 +0000)
committermoodler <moodler>
Thu, 4 Jan 2007 06:06:17 +0000 (06:06 +0000)
lib/weblib.php

index a1cdda38c67fd03ee36044927927eade24732c53..7be801e0bda72115aabe3178ec0055872ae6f9ce 100644 (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.