kurs-app/Views/User/showUserRegisterConfirmation.phtml

14 lines
160 B
PHTML

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