diff options
author | Jonas Kohl | 2024-09-19 14:55:52 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-19 14:55:52 +0200 |
commit | 3808045bb2fbcb32d693791bbcd18e2cc474d29b (patch) | |
tree | b7215a2f78b23f2fc3cd1de437252072b7633e48 /includes | |
parent | 8e28191ceb5c20dbbca287c4774613e6810435c3 (diff) |
Diffstat (limited to 'includes')
-rw-r--r-- | includes/mobile/template_head_end.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/mobile/template_head_end.php b/includes/mobile/template_head_end.php index 5542365..e8928fb 100644 --- a/includes/mobile/template_head_end.php +++ b/includes/mobile/template_head_end.php @@ -18,6 +18,7 @@ <li<?= ($NAV_LINK_ID ?? null) === "exklusiv" ? ' class="active"' : ''; ?>><a href="/pages/exklusiv.php">Exklusiv</a></li> <li<?= ($NAV_LINK_ID ?? null) === "dekomp" ? ' class="active"' : ''; ?>><a href="/pages/dekomp.php">Dekomp</a></li> <li<?= ($NAV_LINK_ID ?? null) === "loesung" ? ' class="active"' : ''; ?>><a href="/pages/loesung.php">Lösung</a></li> + <li><a href="https://forum.mystic.jkohl.link/">Forum</a></li> <li<?= ($NAV_LINK_ID ?? null) === "about" ? ' class="active"' : ''; ?>><a href="/pages/about.php">Über</a></li> </ul> </div> |