Refactor
This commit is contained in:
parent
0b80e91dc3
commit
29905920ef
1 changed files with 2 additions and 2 deletions
|
@ -501,7 +501,7 @@ class Page
|
|||
'text' => __('Login'),
|
||||
'url' => Page::PAGE_LOGIN,
|
||||
'icon' => 'sign in alternate',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
||||
$pages[$register] = array(
|
||||
|
@ -512,7 +512,7 @@ class Page
|
|||
'text' => __('Register'),
|
||||
'url' => Page::PAGE_REGISTER,
|
||||
'icon' => 'user plus alternate',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue