Refine frontpage links and user login workflow
This commit is contained in:
parent
77cacdc7c7
commit
ab55a69459
2 changed files with 6 additions and 3 deletions
|
@ -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,
|
||||
);
|
||||
|
|
Reference in a new issue