summaryrefslogtreecommitdiffstats
path: root/templates/main.php
blob: 65e811e6abf261428ce8ce51d7b02cfd0f9bee60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
if (\OC_Util::isIe()) {
	?>
<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
} ?>