fixed login and register with right linktos

This commit is contained in:
2025-07-07 10:42:58 +02:00
parent 415d8120e5
commit ef3349c6e4
4 changed files with 13 additions and 6 deletions

View File

@@ -3,6 +3,10 @@
<h2>Alle Ausstellungen</h2>
<?php if (!empty($events)): ?>
<div class="inhalt">
<div class="event-container">
<h1>Tickets</h1>
<div class="event-container-inhalt">
<table>
<thead>
<tr>
@@ -28,5 +32,8 @@
<?php else: ?>
<p>Derzeit sind keine Ausstellungen verfügbar.</p>
<?php endif; ?>
</div>
</div>
</div>
<?php include dirname(__DIR__) . '/footer.phtml'; ?>