Ajout numéro RNA

This commit is contained in:
Noizette 2020-10-24 01:57:41 +02:00
parent 0b0983b01a
commit 64dc0d541d
3 changed files with 6 additions and 1 deletions

View file

@ -64,6 +64,7 @@ $asso =
// 'Émis par :<br><br>'.
'<b>'.$config->get('nom_asso')."</b><br>".
str_replace("\n", '<br>', $config->get('adresse_asso'))."<br>".
(($t = $plugin->getConfig('rna_asso'))?"RNA : $t<br>":'').
(($t = $plugin->getConfig('siret_asso'))?"SIRET : $t<br>":'').
(($t = $config->get('email_asso'))?"Email : $t<br>":'').
(($t = $config->get('site_asso'))?"Site web : $t<br>":'');