diff options
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> |