projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b73ea5
)
Link from admin page to docs
author
moodler
<moodler>
Mon, 6 Jan 2003 08:23:13 +0000
(08:23 +0000)
committer
moodler
<moodler>
Mon, 6 Jan 2003 08:23:13 +0000
(08:23 +0000)
admin/index.php
patch
|
blob
|
history
diff --git
a/admin/index.php
b/admin/index.php
index 9a1f45d7758751813651ee2b7cc55277abf7f05c..313935f0ccc0430e339f287172d415a22007dd7e 100644
(file)
--- a/
admin/index.php
+++ b/
admin/index.php
@@
-281,6
+281,10
@@
print_table($table);
+ echo "<BR><DIV align=center>";
+ print_single_button("$CFG->wwwroot/doc", NULL, get_string("documentation"));
+ echo "</DIV>";
+
print_heading("Moodle $CFG->release ($CFG->version)", "CENTER", 1);
print_footer($site);