summaryrefslogtreecommitdiff
path: root/pages/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/start.php')
-rw-r--r--pages/start.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/start.php b/pages/start.php
index bbfeed6..07dfd88 100644
--- a/pages/start.php
+++ b/pages/start.php
@@ -3,6 +3,12 @@
<h1 align="center">Herzlich willkommen bei der <i>Mystic House Corner</i>!</h1>
+<?php if ($__mobile): ?>
+<div class="alert alert-warning">
+<i class="glyphicon glyphicon-warning-sign"></i>
+<b>Achtung:</b> Diese Seite befindet sich noch im Aufbau!
+</div>
+<?php else: ?>
<center>
<table bgcolor="olive" cellspacing="0" cellpadding="2"><tr><td>
<table bgcolor="yellow" cellspacing="0" cellpadding="12"><tr><td>
@@ -14,5 +20,6 @@
</td></tr></table>
</td></tr></table>
</center>
+<?php endif; ?>
<?php include __DIR__ . "/../includes/template_end.php"; ?>