1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

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.
This commit is contained in:
Andreas Fischer
2010-11-18 14:01:27 +01:00

View File

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