Use alpha logo by default

This commit is contained in:
Laurent Destailleur 2019-10-15 11:41:22 +02:00
parent 63a60c7811
commit 9ce71c26aa
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -482,7 +482,7 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
$mysoc->logo_squarred_mini=(empty($conf->global->MAIN_INFO_SOCIETE_LOGO_SQUARRED_MINI)?'':$conf->global->MAIN_INFO_SOCIETE_LOGO_SQUARRED_MINI);
$logoContainerAdditionalClass = 'backgroundforcompanylogo';
if(!empty($conf->global->MAIN_INFO_SOCIETE_LOGO_NO_BACKGROUND)){
if(! empty($conf->global->MAIN_INFO_SOCIETE_LOGO_NO_BACKGROUND)){
$logoContainerAdditionalClass = '';
}
@ -496,7 +496,8 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
}*/
else
{
$urllogo=DOL_URL_ROOT.'/theme/dolibarr_logo_squarred.png';
$urllogo=DOL_URL_ROOT.'/theme/dolibarr_logo_squarred_alpha.png';
$logoContainerAdditionalClass = '';
}
$title=$langs->trans("GoIntoSetupToChangeLogo");

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB