diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:01:27 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:01:27 +0100 |
commit | bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1 (patch) | |
tree | 78d4c03161f5bc3a87fd7e47d20e22a212ceda34 | |
parent | 7b4cdc94a850c95582557d22ea7fd97e716734c7 (diff) | |
parent | 6c45754a439ad26d5c0b0cf139c30ac34efda255 (diff) | |
download | forums-bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1.tar forums-bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1.tar.gz forums-bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1.tar.bz2 forums-bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1.tar.xz forums-bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1.zip |
Merge branch 'ticket/rmcgirr83/9899' into prep-release-3.0.8
* ticket/rmcgirr83/9899:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
-rw-r--r-- | phpBB/adm/style/captcha_recaptcha.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html index 702a4a1099..586c494868 100644 --- a/phpBB/adm/style/captcha_recaptcha.html +++ b/phpBB/adm/style/captcha_recaptcha.html @@ -4,7 +4,8 @@ <script type="text/javascript"> // <![CDATA[ var RecaptchaOptions = { - lang : '{LA_RECAPTCHA_LANG}' + lang : '{LA_RECAPTCHA_LANG}', + theme : 'clean', }; // ]]> </script> |