Issue #1973464 by ericduran, r_morgan: Add 'Edit profile' to the user menu in Toolbar.

8.0.x
webchick 2013-04-21 12:40:45 -07:00
parent 0da1b6e739
commit 874fb88cc0
1 changed files with 8 additions and 0 deletions

View File

@ -2691,6 +2691,14 @@ function user_toolbar() {
'title' => t('User account'),
),
),
'account_edit' => array(
'title' => t('Edit profile'),
'href' => 'user/' . $user->uid . '/edit',
'html' => TRUE,
'attributes' => array(
'title' => t('Edit user account'),
),
),
'logout' => array(
'title' => t('Log out'),
'href' => 'user/logout',