7 lines
267 B
PHP
Executable file
7 lines
267 B
PHP
Executable file
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
|
|
|
<section id="mainsite" class="container-onecolumn">
|
|
<section class="align-center"><?php $plxShow->staticContent(); ?></section>
|
|
</section>
|
|
|
|
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|