Skip to content
Snippets Groups Projects
Commit 914dd073 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by David Siegfried
Browse files

add help keyword, fixes #1258

Closes #1258

Merge request studip/studip!775
parent b6010cb0
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ class Course_FeedbackController extends AuthenticatedController ...@@ -25,6 +25,7 @@ class Course_FeedbackController extends AuthenticatedController
if ($this->admin_perm) { if ($this->admin_perm) {
Navigation::activateItem('/course/feedback/index'); Navigation::activateItem('/course/feedback/index');
PageLayout::setHelpKeyword('Basis.Feedback');
PageLayout::setTitle(sprintf(_('%s - Feedback'), Context::getHeaderLine())); PageLayout::setTitle(sprintf(_('%s - Feedback'), Context::getHeaderLine()));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment