Le nouveau theme wordpress de Quarante-Douze
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php get_header(); ?> <!-- ouvrir header,php -->
|
|
<main>
|
|
|
|
<?php $haveTitle = true; ?>
|
|
<?php include(TEMPLATEPATH . '/components/article.php'); ?>
|
|
|
|
</main>
|
|
<?php get_sidebar(); ?>
|
|
<?php get_footer(); ?>
|
|
|