diff options
Diffstat (limited to 'includes/mobile/template_end.php')
-rw-r--r-- | includes/mobile/template_end.php | 8 |
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> |