<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package medidove */ ?> <!doctype html> <html <?php language_attributes(); ?> <?php print enable_rtl(); ?> > <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MTPZWPX');</script> <!-- End Google Tag Manager --> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?> <?php endif; ?> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <script type="text/javascript"> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://www.centre-obesite-diabete.com/merci/'; }, false ); </script> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MTPZWPX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <?php $medidove_preloader = get_theme_mod('medidove_preloader'); $medidove_preloader_text = get_theme_mod('medidove_preloader_text'); $medidove_preloader_text_off = get_theme_mod('medidove_preloader_text_off'); $allowed_html = medidove_kses_allowed_html(); ?> <div class="cor_abs"> <div class="phone_abs"><span><i class="fas fa-phone-square-alt"></i></span><a href="tel:+21671169178">+216 71 169 178</a></div> <div class="phone_abs"><span><i class="fas fa-phone-square-alt"></i></span><a href="tel:+33 9 705 815 61">+33 9 705 815 61</a></div> <div class="rend_abs"><span><i class="fas fa-calendar-alt"></i></span><a href="<?php echo get_home_url(); ?>/contact">Prendre un RDV</a></div> </div> <!-- Add your site or application content here --> <?php if(!empty($medidove_preloader)) : ?> <!-- preloader --> <div id="preloader"> <div id="ctn-preloader" class="ctn-preloader"> <div class="animation-preloader"> <div class="spinner"></div> <?php if(!empty($medidove_preloader_text_off)) : ?> <?php print wp_kses($medidove_preloader_text, $allowed_html); ?> <?php endif; ?> </div> <div class="loader"> <div class="row"> <div class="col-3 loader-section section-left"> <div class="bg"></div> </div> <div class="col-3 loader-section section-left"> <div class="bg"></div> </div> <div class="col-3 loader-section section-right"> <div class="bg"></div> </div> <div class="col-3 loader-section section-right"> <div class="bg"></div> </div> </div> </div> </div> </div> <!-- preloader end --> <?php endif; ?> <!-- header start --> <?php do_action('medidove_header_style'); ?> <!-- header end --> <!-- wrapper-box start --> <?php do_action('medidove_before_main_content'); ?>