fix: blank in-game help + untranslated profile after l10n (#189) (#191)

This commit is contained in:
Ferywir
2026-06-09 16:48:16 +02:00
committed by GitHub
parent dad574be1a
commit e498563555
11 changed files with 141 additions and 28 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $hasUid = isset($_GET['uid']);
<!-- ================= OVERVIEW (ACTIVE) ================= -->
<a href="spieler.php?uid=<?php echo $menuUid; ?>"
<?php echo $hasUid ? 'class="selected"' : ''; ?>>
Overview
<?php echo OVERVIEW; ?>
</a>
|