N°3185 - Rename tag to "main_logo_compact" and complete XML migration methods

This commit is contained in:
Molkobain
2020-08-04 10:17:11 +02:00
parent 19b5290e80
commit c93c53488d
4 changed files with 13 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class NavigationMenu extends UIBlock
parent::__construct($sId);
$this->sAppRevisionNumber = utils::GetAppRevisionNumber();
$this->sAppSquareIconUrl = Branding::GetSquareMainLogoAbsoluteUrl();
$this->sAppSquareIconUrl = Branding::GetCompactMainLogoAbsoluteUrl();
$this->sAppFullIconUrl = Branding::GetFullMainLogoAbsoluteUrl();
$this->sAppIconLink = MetaModel::GetConfig()->Get('app_icon_url');
$this->aMenuGroups = ApplicationMenu::GetMenuGroups($oAppContext->GetAsHash());