aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRMcGirr83 <rmcgirr83@gmail.com>2010-11-11 19:03:21 -0500
committerAndreas Fischer <bantu@phpbb.com>2010-11-18 13:59:49 +0100
commit6c45754a439ad26d5c0b0cf139c30ac34efda255 (patch)
tree78d4c03161f5bc3a87fd7e47d20e22a212ceda34
parent7b4cdc94a850c95582557d22ea7fd97e716734c7 (diff)
downloadforums-6c45754a439ad26d5c0b0cf139c30ac34efda255.tar
forums-6c45754a439ad26d5c0b0cf139c30ac34efda255.tar.gz
forums-6c45754a439ad26d5c0b0cf139c30ac34efda255.tar.bz2
forums-6c45754a439ad26d5c0b0cf139c30ac34efda255.tar.xz
forums-6c45754a439ad26d5c0b0cf139c30ac34efda255.zip
[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
-rw-r--r--phpBB/adm/style/captcha_recaptcha.html3
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>