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

27 lines
507 B
PHP
Raw Normal View History

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