diff options
author | Jonas Kohl | 2024-09-11 13:26:37 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-11 13:26:37 +0200 |
commit | 77b3c54ddc4a5f6887fd4218e19a3b5a86b1c16f (patch) | |
tree | 313351bcc7e6679e0cf9fa501d6ce548d10f3155 /includes/mobile/template_end.php | |
parent | 2c10ed169fd8f1fe719259d8193923fb1e45adaa (diff) |
Mobile theme improvements
Diffstat (limited to 'includes/mobile/template_end.php')
-rw-r--r-- | includes/mobile/template_end.php | 9 |
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"> + © Mystic House Corner <?= date("Y") ?> • + <a href="/view.php?view=d&next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" target="_top">Desktop-Version anzeigen</a> +</div> +</div> </div> </footer> </body> |