source: extensions/captcha/captcha.tpl @ 8085

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

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

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