aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/captcha_recaptcha.html
blob: 3f61c76cb1ca46a280ac5ae450b70fae54809a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- IF S_RECAPTCHA_AVAILABLE -->
	<dl>
	<dd>
	<noscript>
		<div>{L_RECAPTCHA_NOSCRIPT}</div>
	</noscript>

		<script src="{RECAPTCHA_SERVER}.js?hl={LA_RECAPTCHA_LANG}" async defer></script>
		<div class="g-recaptcha" data-sitekey="{RECAPTCHA_PUBKEY}"></div>
	</dd>
	</dl>
<!-- ELSE -->
{L_RECAPTCHA_NOT_AVAILABLE}
<!-- ENDIF -->