1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/sources/themes/defaut/static-full-width.php
2016-06-26 21:27:12 +02:00

29 lines
486 B
PHP

<?php include(dirname(__FILE__) . '/header.php'); ?>
<section>
<div id="container">
<div class="full-width">
<article role="article" id="static-page-<?php echo $plxShow->staticId(); ?>">
<header>
<h1>
<?php $plxShow->staticTitle(); ?>
</h1>
</header>
<section>
<?php $plxShow->staticContent(); ?>
</section>
</article>
</div>
</div>
</section>
<?php include(dirname(__FILE__) . '/footer.php'); ?>