Вход Регистрация
Файл: system/controllers/recaptcha/hooks/captcha_html.php
Строк: 19
<?php

class onRecaptchaCaptchaHtml extends cmsAction {

    public function 
run(){

        
$this->includeRecaptchaLib();
        
        
$template cmsTemplate::getInstance();

        return 
$template->renderInternal($this'captcha', array(
            
'theme' => $this->options['theme'],
            
'lang' => $this->options['lang'],
            
'public_key' => $this->options['public_key'],
        ));

    }

}
Онлайн: 2
Реклама