Replace deprecated $a->page with DI::page()

This commit is contained in:
nupplaPhil
2019-12-30 20:02:09 +01:00
parent 6c2d13403e
commit 6d7362da41
48 changed files with 197 additions and 198 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ function profiles_content(App $a) {
return;
}
$a->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('profed_head.tpl'), [
DI::page()['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('profed_head.tpl'), [
'$baseurl' => System::baseUrl(true),
]);