]> git.mjollnir.org Git - moodle.git/commitdiff
Fix the display of the release (merged from 1.9)
authormoodler <moodler>
Wed, 5 Mar 2008 05:36:49 +0000 (05:36 +0000)
committermoodler <moodler>
Wed, 5 Mar 2008 05:36:49 +0000 (05:36 +0000)
admin/index.php
lib/weblib.php

index 79e7b708648a68040dec4f11ba0c06cfadcd489e..c429aa018ba430fa9ba021198b467a6056fa13bf 100644 (file)
     //////////////////////////////////////////////////////////////////////////////////////////////////
     ////  IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE ///
     $copyrighttext = '<a href="http://moodle.org/">Moodle</a> '.
-                     '<a href="http://docs.moodle.org/en/Release">'.$CFG->release.'</a> ('.$CFG->version.')<br />'.
+                     '<a href="http://docs.moodle.org/en/Release" title="'.$CFG->version.'">'.$CFG->release.'</a><br />'.
                      'Copyright &copy; 1999 onwards, Martin Dougiamas<br />'.
                      'and <a href="http://docs.moodle.org/en/Credits">many other contributors</a>.<br />'.
                      '<a href="http://docs.moodle.org/en/License">GNU Public License</a>';
index e2997e690371e2969dd88b56287f2f0411875754..6b418a106e38a2a6626737e9af8a4add5d8eaa40 100644 (file)
@@ -2890,7 +2890,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;