mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 20:17:13 +00:00
l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)
This commit is contained in:
@@ -11,6 +11,6 @@ $isGold = ($t === 99 && $session->goldclub);
|
||||
<a href="a2b.php"><?= SEND_TROOPS ?></a> |
|
||||
<a href="warsim.php"><?= Q20_RESP1 ?></a>
|
||||
<?php if ($session->goldclub == 1): ?> |
|
||||
<a href="build.php?id=<?= $id ?>&t=99" <?= $isGold ? 'class="selected"' : '' ?>>Gold Club</a>
|
||||
<a href="build.php?id=<?= $id ?>&t=99" <?= $isGold ? 'class="selected"' : '' ?>><?php echo GOLD_CLUB; ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user