fd
This commit is contained in:
parent
455175cb5a
commit
8f08dad036
|
|
@ -1,4 +1,3 @@
|
||||||
<option value=""><?= _("-- Sélectionner --") ?></option>
|
|
||||||
<?php foreach ($ville as $v): ?>
|
<?php foreach ($ville as $v): ?>
|
||||||
<option value="<?= $v['code'] ?>"><?= $v['libelle'] ?></option>
|
<option value="<?= $v['code'] ?>"><?= $v['libelle'] ?></option>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
Loading…
Reference in New Issue
Block a user