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(); ?>
|
|
<main>
|
|
<h1 class="page-title">Publications</h1>
|
|
<?php include(TEMPLATEPATH . '/components/preview-grid.php'); ?>
|
|
</main>
|
|
<?php get_sidebar(); ?>
|
|
<?php get_footer(); ?>
|
|
|