diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2021-11-04 18:35:33 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2021-11-04 18:35:33 +0100 |
| commit | 7e06f1812560822f169e9ea2681e362403a8c075 (patch) | |
| tree | 8cd4abd6d619d00d4366095fc5e3a7beaf406dc0 /app/controllers/course/overview.php | |
| parent | 420020047fabc213bd494bec473abd0cda4f5937 (diff) | |
removed attempts to rename the main content skiplink
Diffstat (limited to 'app/controllers/course/overview.php')
| -rw-r--r-- | app/controllers/course/overview.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/course/overview.php b/app/controllers/course/overview.php index 3a2332f..1977ed4 100644 --- a/app/controllers/course/overview.php +++ b/app/controllers/course/overview.php @@ -31,8 +31,6 @@ class Course_OverviewController extends AuthenticatedController PageLayout::setHelpKeyword('Basis.InVeranstaltungKurzinfo'); PageLayout::setTitle(Context::getHeaderLine() . ' - ' . _('Kurzinfo')); Navigation::activateItem('/course/main/info'); - // add skip link - SkipLinks::addIndex(Navigation::getItem('/course/main/info')->getTitle(), 'main_content', 100); $this->sem = Seminar::getInstance($this->course_id); $sem_class = $this->sem->getSemClass(); |
