13 lines
322 B
PHP
Executable file
13 lines
322 B
PHP
Executable file
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
|
|
|
<section id="mainsite" class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<section class="align-center"><?php $plxShow->staticContent(); ?></section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|