summaryrefslogtreecommitdiffstats
path: root/templates/main.php
blob: 365cf629f682fb6e31ef268d856376f939ae39d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
if (!\OCP\Util::isIe()) {
	script('contacts', 'contacts');
	style('contacts', 'contacts');
?>

<input type="hidden" id="initial-state-contacts-locales" value="<?php p(base64_encode($_['locales'])); ?>">

<?php } 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 } ?>