diff --git a/admin/index.php b/admin/index.php index 9a1f45d7758..313935f0ccc 100644 --- a/admin/index.php +++ b/admin/index.php @@ -281,6 +281,10 @@ print_table($table); + echo "
"; + print_single_button("$CFG->wwwroot/doc", NULL, get_string("documentation")); + echo "
"; + print_heading("Moodle $CFG->release ($CFG->version)", "CENTER", 1); print_footer($site);