From ded251c4412d773e01f4c7ba8d4d64043362a9a7 Mon Sep 17 00:00:00 2001 From: lichtbit Date: Thu, 22 Sep 2022 08:38:03 +0000 Subject: [PATCH] =?UTF-8?q?Unteres=20Men=C3=BC=20immer=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/outputrenderers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 043c5c9bb1d5c..5e6099fb25fd2 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -1027,7 +1027,7 @@ public function activity_navigation() { // If the theme implements course index and the current course format uses course index and the current // page layout is not 'frametop' (this layout does not support course index), show no links. - if ($this->page->theme->usescourseindex && $courseformat->uses_course_index() && + if (false && $this->page->theme->usescourseindex && $courseformat->uses_course_index() && $this->page->pagelayout !== 'frametop') { return ''; }