Refactor views wegen öffnendem body tag im header und schließenden tag im footer

This commit is contained in:
2025-06-30 10:50:08 +02:00
parent 31a381bba4
commit 8583012c5b
17 changed files with 76 additions and 100 deletions

View File

@@ -7,6 +7,6 @@ include dirname(__DIR__).'/header.phtml';
<a href="?controller=Welcome&do=showWelcome">Weiter</a>
</div>
<?php include dirname(__DIR__).'/footer.phtml'; ?>
<?php
include dirname(__DIR__).'/footer.phtml';
?>