summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.noscript.warning.php
blob: 311394592d11ae39879d9d8554a53d2df4c3770a (plain)
1
2
3
4
5
6
7
8
9
10
11
<noscript>
	<div id="nojavascript">
		<div>
			<?php print_unescaped(str_replace(
				['{linkstart}', '{linkend}'],
				['<a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer noopener">', '</a>'],
				$l->t('This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.')
			)); ?>
		</div>
	</div>
</noscript>