From bfe89310ce10b4d77d0daab34daccaa71846b32d Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 6 Jan 2003 08:23:13 +0000 Subject: [PATCH] Link from admin page to docs --- admin/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/index.php b/admin/index.php index 9a1f45d775..313935f0cc 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); -- 2.39.5