From: stronk7 Date: Sun, 28 Sep 2003 16:53:17 +0000 (+0000) Subject: Now the JumpMenu is showed when listing activities of this module. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ddd0f4ef097a7d8914be0d6bc47645f0d662580c;p=moodle.git Now the JumpMenu is showed when listing activities of this module. See Bug 803 --- diff --git a/mod/attendance/index.php b/mod/attendance/index.php index 99f28cf045..42ebb83f13 100644 --- a/mod/attendance/index.php +++ b/mod/attendance/index.php @@ -30,7 +30,7 @@ $navigation = "id\">$course->shortname ->"; } - print_header("$course->shortname: $strNEWMODULEs", "$course->fullname", "$navigation $strattendances"); + print_header("$course->shortname: $strNEWMODULEs", "$course->fullname", "$navigation $strattendances", "", "", true, "", navmenu($course)); /// Get all the appropriate data diff --git a/mod/chat/index.php b/mod/chat/index.php index 2ab6fd9432..76ad9f9ae8 100644 --- a/mod/chat/index.php +++ b/mod/chat/index.php @@ -26,7 +26,7 @@ $navigation = "id\">$course->shortname ->"; } - print_header("$course->shortname: $strchats", "$course->fullname", "$navigation $strchats"); + print_header("$course->shortname: $strchats", "$course->fullname", "$navigation $strchats", "", "", true, "", navmenu($course)); /// Get all the appropriate data diff --git a/mod/glossary/index.php b/mod/glossary/index.php index bce65299ed..8bfc3d0852 100644 --- a/mod/glossary/index.php +++ b/mod/glossary/index.php @@ -29,7 +29,7 @@ $navigation = "id\">$course->shortname ->"; } - print_header("$course->shortname: $strglossarys", "$course->fullname", "$navigation $strglossarys"); + print_header("$course->shortname: $strglossarys", "$course->fullname", "$navigation $strglossarys", "", "", true, "", navmenu($course)); /// Get all the appropriate data diff --git a/mod/newmodule_template.zip b/mod/newmodule_template.zip index c0c9818126..4d2e886482 100644 Binary files a/mod/newmodule_template.zip and b/mod/newmodule_template.zip differ