summaryrefslogtreecommitdiffstats
path: root/templates/main.php
blob: 9fa58fc6976ba752d1868606f344a2b4b1e177ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
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 } ?>