remplacement logo CERFA par logo association ; ticket cba1436170

FossilOrigin-Name: 629e57908a411fe551d90efe1eb054ec4357c20d05f325bdc7fa0a0e24858598
This commit is contained in:
engel 2022-03-23 10:00:37 +00:00
parent 3f077d0349
commit 944f819fec
6 changed files with 71 additions and 29 deletions

View file

@ -8,3 +8,9 @@ $default_signature_file = (new File)->createAndStore('skel/plugin/recusfiscaux',
'default_signature.png',
$path,
null);
// « logo » par défaut
$path = __DIR__ . '/data/default_logo.png';
$default_logo_file = (new File)->createAndStore('skel/plugin/recusfiscaux',
'default_logo.png',
$path,
null);