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