source: extensions/captcha/captcha.tpl @ 10633

Last change on this file since 10633 was 8034, checked in by patdenice, 13 years ago

Display corrected in IE8.
Add theme interface select in admin pannel.

File size: 306 bytes
RevLine 
[8031]1{html_head}
2<script type= "text/javascript">
[8034]3var RecaptchaOptions = {ldelim} theme: "{$CAPTCHA_THEME}", lang : "{$lang_info.code}" };
[8031]4</script>
[8034]5<style type="text/css">
6#recaptcha_area {ldelim} margin: 20px auto; }
7#recaptcha_area a {ldelim} border:0 none; }
8</style>
[8031]9{/html_head}
10
11{$CAPTCHA_HTML}
Note: See TracBrowser for help on using the repository browser.