This commit is contained in:
grandeljay 2023-01-28 19:35:00 +01:00
parent 0b80e91dc3
commit 29905920ef

View file

@ -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',
)
),
),
);
}