fr
This commit is contained in:
@@ -59,7 +59,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';
|
||||
$lang = ($user_gc['codeLangue'] == "en_US") ? 'Eng' : 'Fr';
|
||||
|
||||
$actV = ($user_gc['codeLangue'] == "en_US") ? $actVisibleEng : $actVisible;
|
||||
$affV = ($user_gc['codeLangue'] == "en_US") ? $affVisibleEng : $affVisible;
|
||||
@@ -75,9 +75,9 @@
|
||||
<img src="Bootstrap_new/images/<?= $flag ?>"
|
||||
alt="<?= $alt ?>"
|
||||
title="<?= $user_gc['codeLangue'] ?>"
|
||||
class="shadow-xs border"
|
||||
class="shadow-xs border me-1"
|
||||
style="width: 22px; border-radius: 2px;">
|
||||
<p class="text-muted"><?= $lang ?></p>
|
||||
<sanp class="text-muted"><?= $lang ?></span>
|
||||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user