Skip to content

Commit

Permalink
Restore missing png file
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 25, 2020
1 parent 160ac14 commit 25d1a2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/menus/standard/auguria.lib.php
Expand Up @@ -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 = '';
}

Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/menus/standard/eldy.lib.php
Expand Up @@ -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");
Expand Down
Binary file added htdocs/theme/dolibarr_512x512_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25d1a2a

Please sign in to comment.