der
This commit is contained in:
parent
45b80b4d78
commit
842f4104e9
|
|
@ -52,6 +52,7 @@
|
|||
// Logique des drapeaux
|
||||
$flag = ($user_gc['codeLangue'] == "en_US") ? "england.png" : "france.png";
|
||||
$alt = ($user_gc['codeLangue'] == "en_US") ? 'English' : 'Français';
|
||||
$lang = ($user_gc['codeLangue'] == "en_US") ? 'English' : 'Français';
|
||||
?>
|
||||
<tr>
|
||||
<td class="ps-3 fw-bold text-primary"><?= $this->nettoyer($code) ?></td>
|
||||
|
|
@ -66,6 +67,7 @@
|
|||
title="<?= $user_gc['codeLangue'] ?>"
|
||||
class="shadow-xs border"
|
||||
style="width: 22px; border-radius: 2px;">
|
||||
<small class="text-muted"><?= $lang ?></small>
|
||||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user