Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34461f
)
Put a menu on the documentation
author
moodler
<moodler>
Sun, 10 Nov 2002 14:05:52 +0000
(14:05 +0000)
committer
moodler
<moodler>
Sun, 10 Nov 2002 14:05:52 +0000
(14:05 +0000)
doc/top.php
patch
|
blob
|
blame
|
history
diff --git
a/doc/top.php
b/doc/top.php
index
65eae35
..
4f58d44
100644
(file)
--- a/
doc/top.php
+++ b/
doc/top.php
@@
-6,7
+6,7
@@
error("Site is misconfigured");
}
$strdocumentation = get_string("documentation");
- print_header("$site->shortname: $strdocumentation", "$site->fullname", "$strdocumentation");
+ print_header("$site->shortname: $strdocumentation", "$site->fullname", "$strdocumentation"
, "", "", true, "", navmenu($site)
);
?>