fibable/views/nav-by-latest.phtml

7 lines
250 B
PHTML
Raw Normal View History

2025-02-13 10:37:29 +01:00
<nav class="latest">
<?php foreach ($latest as $prev): ?>
<a href="?view=single&date=<?=$prev->date?>&ref=<?=$prev->ref?>"><?=$prev->title?></a>
<?php endforeach ?>
<a href="?view=archives">Archives</a>
</nav>