Skip to content

Commit

Permalink
Unteres Menü immer anzeigen
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtbit-mirror committed Sep 11, 2024
1 parent e721605 commit 207bed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,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 '';
}
Expand Down

0 comments on commit 207bed5

Please sign in to comment.