forknuto z friendica/friendica-addons
[various] Adapt BaseURL calls for new UriInterface
Tato revize je obsažena v:
rodič
75df306424
revize
648fadedd3
30 změněných souborů, kde bylo provedeno 478 přidání a 479 odebrání
|
@ -48,7 +48,7 @@ function impressum_footer(string &$body)
|
|||
$text = ProxyUtils::proxifyHtml(BBCode::convert(DI::config()->get('impressum', 'footer_text')));
|
||||
|
||||
if ($text != '') {
|
||||
DI::page()['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . DI::baseUrl()->get() . '/addon/impressum/impressum.css" media="all" />';
|
||||
DI::page()['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . DI::baseUrl() . '/addon/impressum/impressum.css" media="all" />';
|
||||
$body .= '<div class="clear"></div>';
|
||||
$body .= '<div id="impressum_footer">' . $text . '</div>';
|
||||
}
|
||||
|
|
Načítání…
Přidat tabulku
Přidat odkaz
Odkázat v novém problému