Restore missing png file

This commit is contained in:
Laurent Destailleur 2020-05-25 13:36:56 +02:00
parent 160ac14eb3
commit 25d1a2a1d8
3 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ function print_auguria_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout
}*/
else
{
$urllogo = DOL_URL_ROOT.'/theme/dolibarr_logo_squarred_alpha.png';
$urllogo = DOL_URL_ROOT.'/theme/dolibarr_512x512_white.png';
$logoContainerAdditionalClass = '';
}

View File

@ -514,7 +514,7 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
}*/
else
{
$urllogo = DOL_URL_ROOT.'/theme/dolibarr_logo_squarred_alpha.png';
$urllogo = DOL_URL_ROOT.'/theme/dolibarr_512x512_white.png';
$logoContainerAdditionalClass = '';
}
$title = $langs->trans("GoIntoSetupToChangeLogo");

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB