This commit is contained in:
KANE LAZENI 2025-12-11 09:26:40 +00:00
parent 58f727a3ed
commit 6493a9145d

View File

@ -27,7 +27,7 @@
<label for="langue">Language</label>
<select class="selectpicker" data-live-search="true" id="langue" NAME="langue" style="text-align:center;" required AUTOCOMPLETE="OFF"
onChange="javascript:changer_langue_connexion();" >
<?php liste_options($langues, $_SESSION['p_lang']); ?>
<?php liste_options($langues, $_SESSION['p_lang'], true); ?>
</SELECT>
</div>