Skip to content

Commit

Permalink
MDL-28565 General - updated License and Credits links
Browse files Browse the repository at this point in the history
 to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
  • Loading branch information
Aparup Banerjee committed Aug 9, 2011
1 parent 51793f4 commit 5e64c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/index.php
Expand Up @@ -143,7 +143,7 @@
print_box(text_to_html(get_string('gpl')), 'copyrightnotice'); print_box(text_to_html(get_string('gpl')), 'copyrightnotice');
echo "<br />"; echo "<br />";
notice_yesno(get_string('doyouagree'), "index.php?agreelicense=1", notice_yesno(get_string('doyouagree'), "index.php?agreelicense=1",
"http://docs.moodle.org/19/en/License"); "http://docs.moodle.org/dev/License");
print_footer('none'); print_footer('none');
exit; exit;
} }
Expand Down Expand Up @@ -689,8 +689,8 @@
$copyrighttext = '<a href="http://moodle.org/">Moodle</a> '. $copyrighttext = '<a href="http://moodle.org/">Moodle</a> '.
'<a href="http://docs.moodle.org/dev/Releases" title="'.$CFG->version.'">'.$CFG->release.'</a><br />'. '<a href="http://docs.moodle.org/dev/Releases" title="'.$CFG->version.'">'.$CFG->release.'</a><br />'.
'Copyright &copy; 1999 onwards, Martin Dougiamas<br />'. 'Copyright &copy; 1999 onwards, Martin Dougiamas<br />'.
'and <a href="http://docs.moodle.org/en/Credits">many other contributors</a>.<br />'. 'and <a href="http://docs.moodle.org/dev/Credits">many other contributors</a>.<br />'.
'<a href="http://docs.moodle.org/en/License">GNU Public License</a>'; '<a href="http://docs.moodle.org/dev/License">GNU Public License</a>';
print_box($copyrighttext, 'copyright'); print_box($copyrighttext, 'copyright');
////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 5e64c36

Please sign in to comment.