mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] Adapt BaseURL calls for new UriInterface
This commit is contained in:
parent
75df306424
commit
648fadedd3
30 changed files with 478 additions and 479 deletions
|
@ -34,7 +34,7 @@ function newmemberwidget_network_mod_init ($b)
|
|||
}
|
||||
|
||||
if (DI::config()->get('newmemberwidget','linklocalsupport', false)) {
|
||||
$t .= '<a href="'.DI::baseUrl()->get().'/profile/'.DI::config()->get('newmemberwidget','localsupport').'" target="_new">'.DI::l10n()->t('Local Support Forum').'</a><br />';
|
||||
$t .= '<a href="'.DI::baseUrl().'/profile/'.DI::config()->get('newmemberwidget','localsupport').'" target="_new">'.DI::l10n()->t('Local Support Forum').'</a><br />';
|
||||
}
|
||||
|
||||
$ft = DI::config()->get('newmemberwidget','freetext', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue