mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°5028 Revert default logos by png ones
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 30 KiB |
@@ -44,16 +44,16 @@ class Branding
|
||||
/** @var \string[][] Relative paths to the logos from the current environment folder */
|
||||
public static $aLogoPaths = [
|
||||
self::ENUM_LOGO_TYPE_MAIN_LOGO_FULL => [
|
||||
'default' => 'images/logos/logo-itop-simple-light.svg',
|
||||
'default' => 'images/itop-logo.png',
|
||||
],
|
||||
self::ENUM_LOGO_TYPE_MAIN_LOGO_COMPACT => [
|
||||
'default' => 'images/logos/logo-itop-compact-orange.svg',
|
||||
'default' => 'images/itop-logo-square.png',
|
||||
],
|
||||
self::ENUM_LOGO_TYPE_PORTAL_LOGO => [
|
||||
'default' => 'images/logos/logo-itop-simple-light.svg',
|
||||
'default' => 'images/logo-itop-dark-bg.svg',
|
||||
],
|
||||
self::ENUM_LOGO_TYPE_LOGIN_LOGO => [
|
||||
'default' => 'images/logos/logo-itop-baseline-dark.svg',
|
||||
'default' => 'images/itop-logo-external.png',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user