Skip to content
Snippets Groups Projects
Commit 4e725622 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

fixed user profile skiplink

parent 9c3017f8
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class ProfileController extends AuthenticatedController ...@@ -27,7 +27,7 @@ class ProfileController extends AuthenticatedController
Navigation::activateItem('/profile/index'); Navigation::activateItem('/profile/index');
URLHelper::addLinkParam('username', Request::username('username')); URLHelper::addLinkParam('username', Request::username('username'));
PageLayout::setHelpKeyword('Basis.Homepage'); PageLayout::setHelpKeyword('Basis.Homepage');
SkipLinks::addIndex(_('Benutzerprofil'), 'user_profile', 100); SkipLinks::addIndex(_('Benutzerprofil'), 'layout_content', 100);
$this->user = User::findCurrent(); // current logged in user $this->user = User::findCurrent(); // current logged in user
$this->perm = $GLOBALS['perm']; // perms of current logged in user $this->perm = $GLOBALS['perm']; // perms of current logged in user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment