fixed redirect error and added button to events.
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
<a href="?controller=Event&do=showCreateEvent" class="admin-btn">Event erstellen</a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if (!isset($_SESSION['user_id'])): ?>
|
||||
<div class="status-box" style="margin-bottom: 20px;">
|
||||
<p>Bitte <a href="?controller=Auth&do=showLoginForm">melden Sie sich an</a>, um Tickets zu kaufen.</p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="event-container-inhalt">
|
||||
<table>
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user