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'); ?>
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'] ) ); ?>

Login Form

Passwort vergessen? data['stateparams'] as $name => $value) { echo ''; } ?>
data['links'])) { echo ''; } $this->includeAtTemplateBase('includes/footer.php');