<!-- Captcha: form and image -->
<strong><?= $this->lng->captcha ?>:</strong><br />
<img src="<?= anchor('w_action/captcha') ?>" alt="<?= $this->lng->captcha_alt ?>" onclick="reload_image('captcha', '<?= anchor('w_action/captcha/index/?') ?>')" id="captcha" /><br />
<input type="text" name="captcha" value="" />
<?= isset($error['captcha']) ? '<br />' . $error['captcha'] : '' ?>