Changing the reCAPTCHA theme since the clear one doesn't fit on mobile phones...

This commit is contained in:
Tom Slominski
2013-11-02 19:27:55 +00:00
parent 10af3dbe1c
commit 9ec1bbe529

View File

@@ -56,7 +56,7 @@ require_once('public/recaptchalib.php');
<?php } ?>
<script type="text/javascript"><!-- reCAPTCHA -->
var RecaptchaOptions = {
theme : 'clean'
theme : 'white'
};
</script>
<?php if (!empty(ISQ::$general['clipboard'])) { ?>