2014-11-12 22:01:48 +01:00
|
|
|
<?php include(dirname(__FILE__) . '/header.php'); ?>
|
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<main class="main grid" role="main">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<section class="col sml-12">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<article class="article static" role="article" id="static-page-<?php echo $plxShow->staticId(); ?>">
|
2014-11-12 22:01:48 +01:00
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>
|
|
|
|
<?php $plxShow->staticTitle(); ?>
|
|
|
|
</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<?php $plxShow->staticContent(); ?>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
</section>
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
</main>
|
2014-11-12 22:01:48 +01:00
|
|
|
|
2015-08-17 21:12:54 +02:00
|
|
|
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
2014-11-12 22:01:48 +01:00
|
|
|
|