summaryrefslogtreecommitdiff
path: root/src/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.php')
-rw-r--r--src/template.php9
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"
/>&nbsp;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"
+ />&nbsp;Guestbook</a>
+ </td>
<td class="navCell">
<a href="https://jonaskohl.de/"><img
class="navIcon"