summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index e53cedb0..9fa58fc6 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,4 +1,15 @@
<?php
-script('contacts', 'contacts');
-style('contacts', 'contacts');
+if (!\OCP\Util::isIe()) {
+ script('contacts', 'contacts');
+ style('contacts', 'contacts');
+} else {
?>
+<div id="app-content">
+ <div class="emptycontent">
+ <div class="icon-contacts-dark"></div>
+ <h2><?php p($l->t('Your web browser is out of date')); ?></h2>
+ <p><?php p($l->t('This application is not compatible with Internet Explorer')); ?></p>
+ </div>
+</div>
+
+<?php } ?> \ No newline at end of file