summaryrefslogtreecommitdiff
path: root/includes/mobile/template_end.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-11 13:26:37 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-11 13:26:37 +0200
commit77b3c54ddc4a5f6887fd4218e19a3b5a86b1c16f (patch)
tree313351bcc7e6679e0cf9fa501d6ce548d10f3155 /includes/mobile/template_end.php
parent2c10ed169fd8f1fe719259d8193923fb1e45adaa (diff)
Mobile theme improvements
Diffstat (limited to 'includes/mobile/template_end.php')
-rw-r--r--includes/mobile/template_end.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/includes/mobile/template_end.php b/includes/mobile/template_end.php
index 3746d82..e935d32 100644
--- a/includes/mobile/template_end.php
+++ b/includes/mobile/template_end.php
@@ -1,7 +1,12 @@
</div>
<footer class="footer">
-<div class="container-fluid">
- <a href="/view.php?view=d&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" target="_top">Desktop-Version</a>
+<div class="container">
+<div class="panel panel-default">
+<div class="panel-body">
+ &copy; Mystic House Corner <?= date("Y") ?> &bull;
+ <a href="/view.php?view=d&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" target="_top">Desktop-Version anzeigen</a>
+</div>
+</div>
</div>
</footer>
</body>