10 lines
151 B
PHTML
10 lines
151 B
PHTML
<?php
|
|
include dirname(__DIR__).'/header.phtml';
|
|
?>
|
|
|
|
<article>
|
|
HIER LANDING PAGE
|
|
</article>
|
|
<?php include dirname(__DIR__).'/footer.phtml'; ?>
|
|
|