Compare commits
3 Commits
29c59a54fd
...
61a634de0b
Author | SHA1 | Date |
---|---|---|
|
61a634de0b | 10 months ago |
|
fe90d626ac | 10 months ago |
|
6455c506b5 | 10 months ago |
2 changed files with 9 additions and 8 deletions
@ -0,0 +1,8 @@ |
|||
<tr> |
|||
<th>Identité</th> |
|||
<td><?=$adherent["civility"].' '.$adherent["lastname"].' '.$adherent["firstname"]; ?></td> |
|||
</tr> |
|||
<tr> |
|||
<th>Adresse</th> |
|||
<td><?=$adherent["address"].' '.$adherent["zip"].' '.$adherent["town"]; ?></td> |
|||
</tr> |
Loading…
Reference in new issue