good changes

This commit is contained in:
2025-07-11 23:33:11 +02:00
parent 906ca76332
commit ab1afa29a3
6 changed files with 7 additions and 30 deletions

View File

@@ -1,7 +1,3 @@
<?php
include dirname(__DIR__).'/header.phtml';
?>
<div class="inhalt">
<div class="content-container">
<div class="event-header">
@@ -54,6 +50,4 @@ include dirname(__DIR__).'/header.phtml';
<script>
window.location.href = '<?= $redirect ?>';
</script>
<?php endif; ?>
<?php include dirname(__DIR__).'/footer.phtml'; ?>
<?php endif; ?>