PATH:
home
/
letacommog
/
dombes
/
wp-content
/
themes
/
dt-the7-child
<?php /** * Mirosite template. * * @package the7 * @since 3.0.0 */ /* Template Name: Microsite */ if ( ! defined( 'ABSPATH' ) ) { exit; } presscore_config()->set( 'template', 'microsite' ); get_header(); ?> <?php if ( presscore_is_content_visible() ): ?> <div id="content" class="content" role="main" style="min-height: 500px; text-align:center"> <article id="post-0" class="post error404 not-found"> <h1 class="entry-title"><?php _e( 'Oops ! Cette page ne peut pas être trouvée. .', 'the7mk2' ); ?></h1> <p>Il semble que rien n'a été trouvé à cet endroit. Essayez d'utiliser le champ de recherche ci-dessous:</p> <?php get_search_form(); ?> </article><!-- #post-0 .post .error404 .not-found --> </div> <?php do_action('presscore_after_content'); ?> <?php endif; // if content visible ?> <?php get_footer(); ?>
[+]
..
[-] header-main.php
[edit]
[-] footer.php
[edit]
[-] wpml-config.xml
[edit]
[-] 404.php
[edit]
[+]
languages
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] template-blog-list.php
[edit]
[-] style.css
[edit]