1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +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 d6aa25ede149a2d483b064f5ce96abcf49458ee3.

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">
// <![CDATA[
var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}'
lang : '{LA_RECAPTCHA_LANG}',
theme : 'clean',
};
// ]]>
</script>