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