From: moodler Date: Sun, 10 Nov 2002 14:05:52 +0000 (+0000) Subject: Put a menu on the documentation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=76d6be7020f89b25de0c06e88487700ee77b1881;p=moodle.git Put a menu on the documentation --- diff --git a/doc/top.php b/doc/top.php index 65eae35720..4f58d44048 100644 --- 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)); ?>