summaryrefslogtreecommitdiff
path: root/includes/mobile/template_end.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-06 14:38:26 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-06 14:38:26 +0200
commit0540e04c77864186ce48193456634b897a11f5aa (patch)
tree92607cc903a9b0dc482ca14f3d33ab9c3707d78c /includes/mobile/template_end.php
parent2d8a37e7ac46aa100f2e460b024d21bae2883f5b (diff)
Add mobile version
Diffstat (limited to 'includes/mobile/template_end.php')
-rw-r--r--includes/mobile/template_end.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/mobile/template_end.php b/includes/mobile/template_end.php
new file mode 100644
index 0000000..1f3ad26
--- /dev/null
+++ b/includes/mobile/template_end.php
@@ -0,0 +1,8 @@
+</div>
+<footer class="footer">
+<div class="container">
+ <a href="/view.php?view=d&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" target="_top">Desktop-Version</a>
+</div>
+</footer>
+</body>
+</html>