[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:
RMcGirr83 2010-11-11 19:03:21 -05:00 committed by Andreas Fischer
parent 7b4cdc94a8
commit 6c45754a43

View file

@ -4,7 +4,8 @@
<script type="text/javascript"> <script type="text/javascript">
// <![CDATA[ // <![CDATA[
var RecaptchaOptions = { var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}' lang : '{LA_RECAPTCHA_LANG}',
theme : 'clean',
}; };
// ]]> // ]]>
</script> </script>