This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
pluxml-theme-kazhnuz-space/article-noshadow.php

22 lines
693 B
PHP
Executable File

<?php include(dirname(__FILE__).'/components/header.php'); ?>
<section class="container-onecolumn">
<article id="#content" class="container-typographic">
<?php $plxShow->artContent(false); ?>
</article>
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
</section>
<section class="container-blog">
<div class="main">
<?php include(dirname(__FILE__).'/components/article-infos.php'); ?>
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
</div>
<div class="sidebar">
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
</div>
</section>
<?php include(dirname(__FILE__).'/components/footer.php'); ?>