mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
WIP
This commit is contained in:
@@ -96,7 +96,7 @@ class Branding
|
||||
$sWorkingPath = APPROOT.'env-'.utils::GetCurrentEnvironment().'/';
|
||||
$aThemeParameters = json_decode(@file_get_contents($sWorkingPath.'branding/logos.json'), true);
|
||||
//environment type from config.php
|
||||
$sEnvType = MetaModel::GetConfig()->Get('branding_environment');
|
||||
$sEnvType = MetaModel::GetConfig()->Get('local_branding');
|
||||
if (utils::IsNullOrEmptyString($sEnvType)) {
|
||||
$sEnvType = 'default';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user