summaryrefslogtreecommitdiff
path: root/includes/mobile/template_end.php
diff options
context:
space:
mode:
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>