We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aee004 commit 0f955c8Copy full SHA for 0f955c8
administrator/modules/mod_user/tmpl/default.php
@@ -37,7 +37,7 @@
37
<?php echo Text::sprintf('MOD_USER_TITLE', $user->name); ?>
38
</div>
39
<?php $uri = Uri::getInstance(); ?>
40
- <?php $route = 'index.php?option=com_admin&task=profile.edit&id=' . $user->id . '&return=' . base64_encode($uri) . '#details'; ?>
+ <?php $route = 'index.php?option=com_admin&task=profile.edit&id=' . $user->id . '&return=' . base64_encode($uri) . '#attrib-user_details'; ?>
41
<a class="dropdown-item" href="<?php echo Route::_($route); ?>">
42
<span class="icon-user icon-fw" aria-hidden="true"></span>
43
<?php echo Text::_('MOD_USER_EDIT_ACCOUNT'); ?>
0 commit comments