N°5028 Update iTop and Combodo logos to new ones

This commit is contained in:
Stephen Abello
2022-04-07 11:03:32 +02:00
parent 3514e21772
commit 63976df2e1
22 changed files with 361 additions and 83 deletions

View File

@@ -157,7 +157,7 @@ class SetupPage extends NiceWebPage
public function output()
{
$sLogo = utils::GetAbsoluteUrlAppRoot().'/images/itop-logo.png?t='.utils::GetCacheBusterTimestamp();
$sLogo = utils::GetAbsoluteUrlAppRoot().'/images/logos/logo-itop-simple-dark.svg?t='.utils::GetCacheBusterTimestamp();
$oSetupPage = UIContentBlockUIBlockFactory::MakeStandard();
$oHeader = UIContentBlockUIBlockFactory::MakeStandard('header', ['ibo-setup--header']);
$oSetupPage->AddSubBlock($oHeader);