This repository has been archived on 2021-03-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pluxml-colors/themes/Colors/static-full-width.php
2016-01-24 09:22:18 +01:00

22 lines
No EOL
502 B
PHP
Executable file

<?php include(dirname(__FILE__).'/header.php'); ?>
<article class="bloc-12">
<div class="blog">
<!-- Titre de l'article -->
<h2><?php $plxShow->staticTitle(); ?></h2>
<div class="contenu">
<!-- Affichage de la page-->
<?php $plxShow->staticContent(); ?>
</div>
</div>
</article>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>