fehlende templates
This commit is contained in:
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';
|
||||
?>
|
Reference in New Issue
Block a user