This commit is contained in:
KANE LAZENI 2025-12-11 07:44:23 +00:00
parent 4dc61cd3d5
commit 5b17c7cfc8

View File

@ -32,7 +32,7 @@
border: 2px solid #c8234a; font-size: 16px; background-color: #ffffff; color: #c8234a; border: 2px solid #c8234a; font-size: 16px; background-color: #ffffff; color: #c8234a;
margin: 0 auto; box-sizing: border-box;" margin: 0 auto; box-sizing: border-box;"
required autocomplete="off" onchange="changer_langue_connexion()"> required autocomplete="off" onchange="changer_langue_connexion()">
<?php liste_options($langues, $_SESSION['lang'] ?? ''); ?> <?php liste_options($langues, $_SESSION['lang'], true); ?>
</select> </select>
</div> </div>