source: extensions/captcha/captcha.tpl @ 8032

Last change on this file since 8032 was 8031, checked in by patdenice, 13 years ago

Code simplification

File size: 246 bytes
Line 
1{html_head}
2<script type= "text/javascript">
3var RecaptchaOptions = {ldelim} theme: "white", lang : "{$lang_info.code}" };
4</script>
5<style type="text/css">#recaptcha_area {ldelim} margin: 25px auto; }</style>
6{/html_head}
7
8{$CAPTCHA_HTML}
Note: See TracBrowser for help on using the repository browser.