This commit is contained in:
2025-12-10 01:14:30 +01:00
parent e59ceaad99
commit 997a07003d
6 changed files with 12 additions and 449 deletions

View File

@@ -10,6 +10,3 @@ $version = $GLOBALS['app_version'] ?? null;
</span>
</div>
</footer>
<?php if ($version): ?>
<div class="app-version-fixed">v <?= htmlspecialchars($version) ?></div>
<?php endif; ?>