'user-menu',
'title' => 'User menu',
'description' => 'The User menu contains links related to the user\'s account, as well as the \'Log out\' link.',
);
// Translatables
// Included for use with string extractors like potx.
t('The User menu contains links related to the user\'s account, as well as the \'Log out\' link.');
t('User menu');
return $menus;
}