kurs-app/Views/User/showUserConfirmation.phtml

12 lines
158 B
PHTML

<?php
include dirname(__DIR__).'/header.phtml';
?>
<h1>Sie haben sich erfolgreich registriert</h1>
<?php
include dirname(__DIR__).'/footer.phtml';
?>