14 lines
322 B
PHP
14 lines
322 B
PHP
|
<?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'); ?>
|