summaryrefslogtreecommitdiff
path: root/includes/mobile/template_end.php
blob: e935d32f94e3628319d071ec6885c6be807f9f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
</div>
<footer class="footer">
<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>
</html>