| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/v/e/r/verseaa/www/wp-content/themes/verseau/ |
Upload File : |
<?php get_header();
$title_page = get_the_title(); ?>
<div id="content_aeb">
<section id="verseau-1">
<div class="container">
<?php if (is_page('particuliers') | is_page('bureaux-et-locaux-commerciaux') | is_page('installations-sportives') | is_page('chantiers') | is_page('partenaires') | is_page('ecoles-et-etablissements-scolaires') | is_page('recyclage')) : ?>
<?php if (have_rows('intro')) : ?>
<?php while (have_rows('intro')) : the_row(); ?>
<h1><?php the_sub_field('titre_intro'); ?></h1>
<p><?php the_sub_field('description_intro'); ?></p>
<?php endwhile; ?>
<?php endif; ?>
<a class="button button-devis" href="https://verseau-nettoyage.com/contact">Je demande un devis</a>
<?php elseif (is_page('qui-sommes-nous')):
if (have_rows('intro')) : ?>
<?php while (have_rows('intro')) : the_row(); ?>
<h1><?php the_sub_field('titre_intro'); ?></h1>
<p><?php the_sub_field('description_intro'); ?></p>
<?php endwhile; ?>
<?php endif; ?>
<?php else : ?><h1><?php the_title(); ?></h1><?php endif; ?>
</div>
</section>
<?php if (is_page('particuliers') | is_page('bureaux-et-locaux-commerciaux') | is_page('installations-sportives') | is_page('chantiers') | is_page('partenaires') | is_page('ecoles-et-etablissements-scolaires') | is_page('recyclage')) :
require('templates/pages/cibles.php');
elseif(is_page('qui-sommes-nous')):
require('templates/qui-sommes-nous.php');
elseif (is_page('contact')) :
require_once('templates/contact.php');
elseif (is_page('actualites')) :
require_once('templates/pages/actualites.php');
else : ?>
<section>
<div class="container">
<div class="row">
<div>
<?php the_content(); ?>
</div>
</div>
</div>
</section>
<?php endif; ?>
</div>
<?php get_footer(); ?>