recusfiscaux/install.php
engel 944f819fec remplacement logo CERFA par logo association ; ticket cba1436170
FossilOrigin-Name: 629e57908a411fe551d90efe1eb054ec4357c20d05f325bdc7fa0a0e24858598
2022-03-23 10:00:37 +00:00

17 lines
805 B
PHP

<?php
namespace Garradin;
use Garradin\Entities\Files\File;
// « signature » par défaut à remplacer (voir l'onglet de configuration)
$path = __DIR__ . '/data/default_signature.png';
$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);