mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
Removed footer navbar
This commit is contained in:
@@ -1,17 +1,5 @@
|
|||||||
<!-- footer.php -->
|
<!-- footer.php -->
|
||||||
<footer>
|
<footer>
|
||||||
<nav class="years-nav">
|
|
||||||
<div class="years-scroll">
|
|
||||||
<?php if (!empty($availableYears)): ?>
|
|
||||||
<a href="index.php" class="year-link <?= !isset($year) ? 'active' : '' ?>">Tous</a>
|
|
||||||
<?php foreach ($availableYears as $y): ?>
|
|
||||||
<a href="index.php?year=<?= (int)$y ?>" class="year-link <?= isset($year) && $year == $y ? 'active' : '' ?>">
|
|
||||||
<?= htmlspecialchars($y) ?>
|
|
||||||
</a>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user