View file Web Template Ktpl/package/templates/ktpl/controllers/auth/restore.tpl.php

File size: 373B
<?php 
	$this->setPageTitle(LANG_PASS_RESTORE); 
	$this->addBreadcrumb(LANG_PASS_RESTORE);
?>

<h1><?php echo LANG_PASS_RESTORE; ?></h1>

<p><?php echo LANG_RESTORE_NOTICE; ?></p>

<?php
    $this->renderForm($form, $data, array(
        'action' => '',
        'method' => 'post',
        'submit' => array(
            'title' => LANG_CONTINUE
        )
    ), $errors);