Bib-Arts/Views/Gutschein/createGutschein.phtml

7 lines
167 B
PHTML

<?php
include dirname(__DIR__).'/header.phtml';
?>
<!-- Gutschein-Erstellungsformular oder Inhalt hier einfügen -->
<?php
include dirname(__DIR__).'/footer.phtml';
?>