diff --git a/scss/nhse.scss b/scss/nhse.scss
index 757feea..dbcef85 100644
--- a/scss/nhse.scss
+++ b/scss/nhse.scss
@@ -1342,12 +1342,12 @@ body.simulated-fullscreen #scormpage {
/* Remove page-wrapper padding in simulated fullscreen */
body.simulated-fullscreen #page-wrapper #page .main-inner {
- padding: 0 !important;
+ padding: 0 !important;
}
/* Remove drawer padding in simulated fullscreen */
body.simulated-fullscreen #page.drawers .main-inner {
- padding: 0 !important;
+ padding: 0 !important;
}
/* Hide Moodle's default Exit activity button in simulated fullscreen */
@@ -1363,4 +1363,8 @@ body.simulated-fullscreen .d-flex.flex-row-reverse.mb-2 a.btn.btn-secondary[titl
@include mq($until: tablet) {
margin-top: 0;
}
+}
+
+.nhsuk-pagination__link .nhsuk-icon {
+ fill: #005eb8;
}
\ No newline at end of file
diff --git a/templates/core_courseformat/local/content/sectionnavigation.mustache b/templates/core_courseformat/local/content/sectionnavigation.mustache
new file mode 100644
index 0000000..c44a7c3
--- /dev/null
+++ b/templates/core_courseformat/local/content/sectionnavigation.mustache
@@ -0,0 +1,30 @@
+
\ No newline at end of file
diff --git a/templates/core_courseformat/local/content/sectionselector.mustache b/templates/core_courseformat/local/content/sectionselector.mustache
new file mode 100644
index 0000000..0a1fc3d
--- /dev/null
+++ b/templates/core_courseformat/local/content/sectionselector.mustache
@@ -0,0 +1,30 @@
+
diff --git a/version.php b/version.php
index 3b53452..ea05e48 100755
--- a/version.php
+++ b/version.php
@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();
// This is the version of the plugin.
-$plugin->version = 2025031101;
+$plugin->version = 2025091201;
$plugin->release = '404.4.0';
$plugin->maturity = MATURITY_BETA;