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
215 B
PHP
Raw Normal View History

<?php get_header(); ?> <!-- ouvrir header,php -->
2021-01-03 10:41:52 +01:00
<main>
2021-01-01 00:05:33 +01:00
<?php $haveTitle = true; ?>
<?php include(TEMPLATEPATH . '/components/article.php'); ?>
2021-01-01 00:05:33 +01:00
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>