mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +02:00
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
Change recaptcha theme from default to 'clean' in the ACP to better match
the administration control panel.
Follow up to d6aa25ede1
.
PHPBB3-9899
This commit is contained in:
committed by
Andreas Fischer
parent
7b4cdc94a8
commit
6c45754a43
@ -4,7 +4,8 @@
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
var RecaptchaOptions = {
|
||||
lang : '{LA_RECAPTCHA_LANG}'
|
||||
lang : '{LA_RECAPTCHA_LANG}',
|
||||
theme : 'clean',
|
||||
};
|
||||
// ]]>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user