fehlende templates
This commit is contained in:
parent
3d246ccb60
commit
3ac0217f9a
17
Views/User/showUserLoginConfirmation.phtml
Normal file
17
Views/User/showUserLoginConfirmation.phtml
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
include dirname(__DIR__).'/header.phtml';
|
||||
?>
|
||||
|
||||
<?php if ($user): ?>
|
||||
<p>Hallo, <?= htmlspecialchars($user['vorname']) ?> <?= htmlspecialchars($user['name']) ?>!</p>
|
||||
<?php else: ?>
|
||||
<p>Benutzerdaten konnten nicht geladen werden.</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<h1>Sie haben sich erfolgreich angemeldet</h1>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
include dirname(__DIR__).'/footer.phtml';
|
||||
?>
|
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';
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user