aDriv4 - MANAGER
Edit File: html.tpl.php
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php print $language->language; ?>"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php print $language->language; ?>"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php print $language->language; ?>"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php print $language->language; ?>"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=1280"> <meta name="geo.region" content="FR-13" /> <meta name="geo.placename" content="Salon-de-Provence, France" /> <meta name="geo.position" content="43.640199;5.097022" /> <meta name="ICBM" content="43.640199, 5.097022" /> <?php print $head; ?> <title><?php print $head_title; ?></title> <?php print $styles; ?> <?php print $scripts; ?> <script type="text/javascript" src="/<?php echo drupal_get_path('theme', 'auxjardinsdadalia') . '/modernizr.js' ?>"></script> <script type="text/javascript"> var tarteaucitronForceLanguage = 'fr'; </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4MPLQL2TC4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4MPLQL2TC4'); </script> </head> <body class="<?php print $classes; ?>" <?php print $attributes;?>> <?php print $page_top; ?> <?php print $page; ?> <?php print $page_bottom; ?> </body> </html>