diff --git a/mod/attendance/index.php b/mod/attendance/index.php
index 99f28cf0455..42ebb83f13f 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 2ab6fd9432d..76ad9f9ae87 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 bce65299edb..8bfc3d08527 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 c0c98181269..4d2e8864826 100644
Binary files a/mod/newmodule_template.zip and b/mod/newmodule_template.zip differ