diff --git a/core/modules/user/user.module b/core/modules/user/user.module index b29e904..ee9f519 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -913,6 +913,11 @@ function user_menu() { 'type' => MENU_DEFAULT_LOCAL_TASK, ); + $items['user/%user'] = array( + 'title' => 'My account', + 'route_name' => 'user_view', + ); + $items['user/%user/view'] = array( 'title' => 'View', 'type' => MENU_DEFAULT_LOCAL_TASK,