theme_pluxml_hadoly/static-full-width.php

33 lines
510 B
PHP
Raw Permalink Normal View History

2019-09-13 12:40:10 +02:00
<?php include(dirname(__FILE__) . '/header.php'); ?>
<main class="main">
<div class="container">
<div class="grid">
<div class="content col sml-12">
<article class="article static" id="static-page-<?php echo $plxShow->staticId(); ?>">
<header>
<h2>
<?php $plxShow->staticTitle(); ?>
</h2>
</header>
<?php $plxShow->staticContent(); ?>
</article>
</div>
</div>
</div>
</main>
<?php include(dirname(__FILE__).'/footer.php'); ?>