6 lines
219 B
PHTML
6 lines
219 B
PHTML
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
?>
|
|
<?php echo $this->form ?>
|
|
<?= $this->requireJs('app/user/login-string', ['activationData' => $this->activationData, 'isNew' => true]) ?>
|