| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | Package: OnAir2 |
|---|
| 4 | Description: Theme header |
|---|
| 5 | Version: 0.0.0 |
|---|
| 6 | Author: QantumThemes |
|---|
| 7 | Author URI: http://qantumthemes.com |
|---|
| 8 | */ |
|---|
| 9 | ?> |
|---|
| 10 | <!doctype html> |
|---|
| 11 | <html class="no-js" <?php language_attributes(); ?>> |
|---|
| 12 | <head> |
|---|
| 13 | <!-- Global site tag (gtag.js) - Google Analytics --> |
|---|
| 14 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-6YKJ7T26H1"></script> |
|---|
| 15 | <script> |
|---|
| 16 | window.dataLayer = window.dataLayer || []; |
|---|
| 17 | |
|---|
| 18 | function gtag() { |
|---|
| 19 | dataLayer.push(arguments); |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | gtag('js', new Date()); |
|---|
| 23 | |
|---|
| 24 | gtag('config', 'G-6YKJ7T26H1'); |
|---|
| 25 | </script> |
|---|
| 26 | <!-- Google Tag Manager |
|---|
| 27 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
|---|
| 28 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|---|
| 29 | j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
|---|
| 30 | 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
|---|
| 31 | })(window,document,'script','dataLayer','GTM-5D6KK8Q');</script> |
|---|
| 32 | !-- End Google Tag Manager --> |
|---|
| 33 | <meta charset="<?php bloginfo('charset'); ?>"> |
|---|
| 34 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|---|
| 35 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|---|
| 36 | <meta name="facebook-domain-verification" content="emahlw1t8ugrbmraja77kvvorzf6ax" /> |
|---|
| 37 | <?php wp_head(); ?> |
|---|
| 38 | <?php pub_header_admanager(); ?> |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | <!--<script type="text/javascript" src="//tags.smilewanted.com/formats/corner-video/sudradio_fr_21e4266"></script>--> |
|---|
| 42 | |
|---|
| 43 | <!-- priorisation pour le slider --> |
|---|
| 44 | <style> |
|---|
| 45 | .slick-slider .slick-arrow::after, .slick-slider .slick-dots li.slick-active button { |
|---|
| 46 | background-color: white !important; |
|---|
| 47 | } |
|---|
| 48 | .slick-slider .slick-arrow:hover::after, .slick-slider .slick-dots li.slick-active button:hover { |
|---|
| 49 | background-color: whitesmoke !important; |
|---|
| 50 | } |
|---|
| 51 | button:focus { |
|---|
| 52 | background-color: white !important; |
|---|
| 53 | } |
|---|
| 54 | </style> |
|---|
| 55 | |
|---|
| 56 | </head> |
|---|
| 57 | <body id="onair2Body" <?php body_class(); ?> data-start> |
|---|
| 58 | <!-- Google Tag Manager (noscript) --> |
|---|
| 59 | <noscript> |
|---|
| 60 | <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5D6KK8Q" |
|---|
| 61 | height="0" width="0" style="display:none;visibility:hidden"></iframe> |
|---|
| 62 | </noscript> |
|---|
| 63 | <!-- End Google Tag Manager (noscript) --> |
|---|
| 64 | |
|---|
| 65 | <!-- QT HEADER END ================================ --> |
|---|