aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/studygroup.php
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2021-11-04 18:35:33 +0100
committerMoritz Strohm <strohm@data-quest.de>2021-11-04 18:35:33 +0100
commit7e06f1812560822f169e9ea2681e362403a8c075 (patch)
tree8cd4abd6d619d00d4366095fc5e3a7beaf406dc0 /app/controllers/studygroup.php
parent420020047fabc213bd494bec473abd0cda4f5937 (diff)
removed attempts to rename the main content skiplink
Diffstat (limited to 'app/controllers/studygroup.php')
-rw-r--r--app/controllers/studygroup.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/studygroup.php b/app/controllers/studygroup.php
index a113d26..66b20a3 100644
--- a/app/controllers/studygroup.php
+++ b/app/controllers/studygroup.php
@@ -25,13 +25,6 @@ class StudygroupController extends AuthenticatedController
Navigation::activateItem('/community/studygroups/browse');
PageLayout::setHelpKeyword('Basis.SuchenStudiengruppen');
- // add skip link
- SkipLinks::addIndex(
- Navigation::getItem('/community/studygroups/browse')->getTitle(),
- 'layout_content',
- 100
- );
-
$this->setupSidebar();
}