diff --git a/admin/index.php b/admin/index.php index a319bea824b..e740c722b6b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -590,7 +590,7 @@ ////////////////////////////////////////////////////////////////////////////////////////////////// //// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE /// $copyrighttext = 'Moodle '. - ''.$CFG->release.' ('.$CFG->version.')
'. + ''.$CFG->release.'
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. 'and many other contributors.
'. 'GNU Public License'; diff --git a/lib/weblib.php b/lib/weblib.php index fc0e88b9411..4f7b79c3157 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2421,7 +2421,7 @@ 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 = ''; $home = true; } else {