kurs-app/Views/Welcome/showWelcome.phtml
2025-06-25 10:19:04 +02:00

10 lines
151 B
PHTML

<?php
include dirname(__DIR__).'/header.phtml';
?>
<article>
HIER LANDING PAGE
</article>
<?php include dirname(__DIR__).'/footer.phtml'; ?>