Skip to content
Snippets Groups Projects
Commit a01f32ad authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fixed user profile skiplink

parent 0e6e1f1d
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class ProfileController extends AuthenticatedController
Navigation::activateItem('/profile/index');
URLHelper::addLinkParam('username', Request::username('username'));
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->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