fixed infos

This commit is contained in:
Max Schneider 2025-07-07 14:26:26 +02:00
parent ca757d1723
commit 9ce7a6cfd3

View File

@ -1,6 +1,8 @@
<?php if (!empty($news)): ?>
<div class="inhalt">
<div class="event-container">
<h2>Alle Infos</h2>
<div class="event-container-inhalt">
<table>
<thead>
<tr>
@ -23,4 +25,7 @@
</div>
<?php else: ?>
<p>Derzeit sind keine News verfügbar.</p>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
</div>