This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/single.php

10 lines
225 B
PHP

<?php get_header(); ?> <!-- ouvrir header,php -->
<main id="skip">
<?php $haveTitle = true; ?>
<?php include(TEMPLATEPATH . '/components/article.php'); ?>
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>