N°2847 Recolor svg illustrations with itop's primary color

This commit is contained in:
Stephen Abello
2020-08-10 16:54:24 +02:00
parent 8996117929
commit f8b6b37288
8 changed files with 33 additions and 13 deletions

View File

@@ -82,6 +82,7 @@ class NewsroomMenuFactory
$sPlaceholderImageUrl= 'far fa-envelope';
$aParams = array(
'image_icon' => $sImageUrl,
'no_message_icon' => file_get_contents(APPROOT.'images/illustrations/undraw_empty.svg'),
'placeholder_image_icon' => $sPlaceholderImageUrl,
'cache_uuid' => 'itop-newsroom-'.UserRights::GetUserId().'-'.md5(APPROOT),
'providers' => $aProviderParams,