fehlende templates
This commit is contained in:
11
Views/User/showUserRegisterConfirmation.phtml
Normal file
11
Views/User/showUserRegisterConfirmation.phtml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
include dirname(__DIR__).'/header.phtml';
|
||||
?>
|
||||
|
||||
<h1>Sie haben sich erfolgreich registriert</h1>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
include dirname(__DIR__).'/footer.phtml';
|
||||
?>
|
Reference in New Issue
Block a user