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-blog.php

15 lines
458 B
PHP

<?php include(dirname(__FILE__).'/components/header.php'); ?>
<section class="container-blog">
<div class="main">
<?php include(dirname(__FILE__).'/components/article-content.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'); ?>