summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-19 14:55:52 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-19 14:55:52 +0200
commit3808045bb2fbcb32d693791bbcd18e2cc474d29b (patch)
treeb7215a2f78b23f2fc3cd1de437252072b7633e48 /includes
parent8e28191ceb5c20dbbca287c4774613e6810435c3 (diff)
Add forum linksHEADmain
Diffstat (limited to 'includes')
-rw-r--r--includes/mobile/template_head_end.php1
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&ouml;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">&Uuml;ber</a></li>
</ul>
</div>