8 lines
185 B
Smarty
8 lines
185 B
Smarty
<?php
|
|
use oat\tao\helpers\Layout;
|
|
?>
|
|
<div class="password-recovery-form entry-point entry-point-container">
|
|
<h1><?= __("Change password") ?></h1>
|
|
<?= get_data('form') ?>
|
|
</div>
|