mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 09:54:28 +02:00
Adapt BaseURL calls to new UriInterface
This commit is contained in:
parent
9e6d95284b
commit
f0c29edcde
101 changed files with 218 additions and 241 deletions
|
@ -132,7 +132,7 @@ class Login extends BaseModule
|
|||
DI::page()['htmlhead'] .= Renderer::replaceMacros(
|
||||
Renderer::getMarkupTemplate('login_head.tpl'),
|
||||
[
|
||||
'$baseurl' => DI::baseUrl()->get(true)
|
||||
'$baseurl' => DI::baseUrl()
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -154,7 +154,7 @@ class Login extends BaseModule
|
|||
$o = Renderer::replaceMacros(
|
||||
$tpl,
|
||||
[
|
||||
'$dest_url' => DI::baseUrl()->get(true) . '/login',
|
||||
'$dest_url' => DI::baseUrl() . '/login',
|
||||
'$logout' => DI::l10n()->t('Logout'),
|
||||
'$login' => DI::l10n()->t('Login'),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue