Refine frontpage links and user login workflow

This commit is contained in:
Manuel Cillero 2017-08-07 11:27:42 +02:00
parent 77cacdc7c7
commit ab55a69459
2 changed files with 6 additions and 3 deletions

View file

@ -951,7 +951,7 @@ function user_menu() {
);
$items['user/login'] = array(
'title' => 'Log in',
'title' => 'Home',
'access callback' => 'user_is_anonymous',
'type' => MENU_DEFAULT_LOCAL_TASK,
);