data['header'] = $this->t('{login:user_pass_header}'); if (strlen($this->data['username']) > 0) { $this->data['autofocus'] = 'password'; } else { $this->data['autofocus'] = 'username'; } $this->includeAtTemplateBase('includes/header.php'); if ($this->data['errorcode'] !== null) { ?>

t('{login:error_header}'); ?>

t( $this->data['errorcodes']['title'][$this->data['errorcode']], $this->data['errorparams'] ) ); ?>

t( $this->data['errorcodes']['descr'][$this->data['errorcode']], $this->data['errorparams'] ) ); ?>





data['stateparams'] as $name => $value) { echo ''; } ?>

Need an account?!! Signup. Or go Home.

Reset Password

data['links'])) { echo ''; } $this->includeAtTemplateBase('includes/footer.php');