aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-11-18 14:04:57 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-11-18 14:04:57 +0100
commitfbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483 (patch)
treed378ef768e8502dad9a4e0b72518ab28ecbf55cf /phpBB/adm
parentb02cec86d40345f7ad28d0cca4e409766f0e65c2 (diff)
parentd917b2d7379dff75d7806142a70551bbb0382bd9 (diff)
downloadforums-fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483.tar
forums-fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483.tar.gz
forums-fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483.tar.bz2
forums-fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483.tar.xz
forums-fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483.zip
Merge branch 'prep-release-3.0.8' into develop-olympus
* prep-release-3.0.8: [ticket/9899] Change recaptcha theme from default to 'clean' in the ACP. [ticket/9509] Fix a typo and wrong period placement
Diffstat (limited to 'phpBB/adm')
-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>