diff options
Diffstat (limited to 'src/template.php')
-rw-r--r-- | src/template.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/template.php b/src/template.php index 69b51f3..09f29a5 100644 --- a/src/template.php +++ b/src/template.php @@ -53,6 +53,15 @@ $nav = fn(string $ln) => src="/static/icons/about.gif" /> About me</a> </td> + <td class="navCell<?= $nav("guestbook") ?>"> + <a href="/guestbook"><img + class="navIcon" + alt="" + width="16" + height="16" + src="/static/icons/guestbook.gif" + /> Guestbook</a> + </td> <td class="navCell"> <a href="https://jonaskohl.de/"><img class="navIcon" |