'username', 'id' => 'username', 'size' => 30, 'value' => set_value('username') ); $password = array( 'name' => 'password', 'id' => 'password', 'size' => 30, 'value' => set_value('password') ); $confirm_password = array( 'name' => 'confirm_password', 'id' => 'confirm_password', 'size' => 30, 'value' => set_value('confirm_password') ); $email = array( 'name' => 'email', 'id' => 'email', 'maxlength' => 80, 'size' => 30, 'value' => set_value('email') ); ?>
Register uri->uri_string())?>
dx_auth->captcha_registration): ?>
dx_auth->get_recaptcha_image(); // Show reload captcha link echo $this->dx_auth->get_recaptcha_reload_link(); // Show switch to image captcha or audio link echo $this->dx_auth->get_recaptcha_switch_image_audio_link(); ?>
dx_auth->get_recaptcha_label(); ?>
dx_auth->get_recaptcha_input(); ?>
dx_auth->get_recaptcha_html(); ?>