fd
This commit is contained in:
parent
8f08dad036
commit
2232a4f389
|
|
@ -1,3 +1 @@
|
|||
<?php foreach ($ville as $v): ?>
|
||||
<option value="<?= $v['code'] ?>"><?= $v['libelle'] ?></option>
|
||||
<?php endforeach; ?>
|
||||
<?= liste_options($ville, $localite['codeVille'] ?? '', false) ?>
|
||||
Loading…
Reference in New Issue
Block a user