mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
7b4cdc94a8
commit
6c45754a43
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
var RecaptchaOptions = {
|
||||
lang : '{LA_RECAPTCHA_LANG}'
|
||||
lang : '{LA_RECAPTCHA_LANG}',
|
||||
theme : 'clean',
|
||||
};
|
||||
// ]]>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue