mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Match Accueil.png mockup: nav layout, full-width search, section label
This commit is contained in:
@@ -15,10 +15,8 @@ extract($vars);
|
||||
Année : <?= htmlspecialchars($year) ?>
|
||||
<a href="index.php" class="clear-filter"><span aria-hidden="true">✕</span> Réinitialiser</a>
|
||||
</p>
|
||||
<?php elseif ($isDefaultView && !empty($latestYear)): ?>
|
||||
<p class="filter-info home-latest-label" role="status">
|
||||
Découvrez les TFE de <?= (int)$latestYear ?> — sélection aléatoire
|
||||
</p>
|
||||
<?php elseif ($isDefaultView): ?>
|
||||
<p class="home-section-label" role="status">Publication récente</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<main class="home-main" id="main-content">
|
||||
|
||||
Reference in New Issue
Block a user