fibable/views/nav-by-latest.phtml

7 lines
250 B
PHTML
Raw Permalink Normal View History

2023-09-04 21:13:29 +02: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>