N°5028 Fix updated default logo in error webpages

This commit is contained in:
Stephen Abello
2022-04-07 16:46:39 +02:00
parent f32c283c9c
commit 604837c770

View File

@@ -60,7 +60,7 @@ class ErrorPage extends NiceWebPage
public function output()
{
$sLogo = Branding::GetFullMainLogoAbsoluteUrl();
$sLogo = Branding::GetLoginLogoAbsoluteUrl();
$oSetupPage = UIContentBlockUIBlockFactory::MakeStandard('ibo_setup_container', ['ibo-setup']);
$oHeader = UIContentBlockUIBlockFactory::MakeStandard('header', ['ibo-setup--header']);
$oSetupPage->AddSubBlock($oHeader);