templates/eventsforchrist/style.html.twig line 1

Open in your IDE?
  1. <link rel="icon" type="image/png" sizes="16x16" href="/img/eventsforchrist/favicon-16x16.png">
  2. <link rel="icon" type="image/png" sizes="32x32" href="/img/eventsforchrist/favicon-32x32.png">
  3. <link rel="icon" type="image/png" sizes="48x48" href="/img/eventsforchrist/favicon-48x48.png">
  4. <link rel="apple-touch-icon" sizes="180x180" href="/img/eventsforchrist/apple-touch-icon.png">
  5. <link rel="stylesheet" href="/jquery/jquery-ui-themes/themes/eventsforchrist/jquery-ui.min.css?{{ date().timestamp }}">
  6. <link id="fonts-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/fonts.css?{{ date().timestamp }}">
  7. <link id="main-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/base.css?{{ date().timestamp }}">
  8. <link id="mobile-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile.css?{{ date().timestamp }}">
  9. <link id="mobile-1x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.1x.css?{{ date().timestamp }}">
  10. <link id="mobile-1.25x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.1.25x.css?{{ date().timestamp }}">
  11. <link id="mobile-1.50x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.1.5x.css?{{ date().timestamp }}">
  12. <link id="mobile-1.80x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.1.8x.css?{{ date().timestamp }}">
  13. <link id="mobile-2x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.2x.css?{{ date().timestamp }}">
  14. <link id="mobile-2.40x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.2.4x.css?{{ date().timestamp }}">
  15. <link id="mobile-2.50x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.2.5x.css?{{ date().timestamp }}">
  16. <link id="mobile-2.75x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.2.75x.css?{{ date().timestamp }}">
  17. <link id="mobile-3x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.3x.css?{{ date().timestamp }}">
  18. <link id="mobile-3.50x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.3.5x.css?{{ date().timestamp }}">
  19. <link id="mobile-4x-css" rel="stylesheet" type="text/css" href="/css/eventsforchrist/mobile_dpr.4x.css?{{ date().timestamp }}">
  20. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, user-scalable=yes" />
  21. <script>
  22. window.dataLayer = window.dataLayer || [];
  23. {% for tag, item in googledata %}
  24.     {% if item is iterable %}
  25.         {% if tag == 'transactionProducts' %}
  26.         dataLayer.push({ {{ tag }}: {{ item|json_encode|raw }} });
  27.         {% endif %}
  28.     {% else %}
  29.         dataLayer.push({ {{ tag }}: '{{ item }}' });
  30.     {% endif %}    
  31. {% endfor %}
  32. </script>
  33. {% if app.environment == 'prod' %}
  34. <!-- Global site tag (gtag.js) - Google Analytics -->
  35. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-12998507-23"></script>
  36. <script>
  37.   function gtag(){dataLayer.push(arguments);}
  38.   gtag('js', new Date());
  39.   gtag('config', 'UA-12998507-23');
  40. </script>
  41. <script type="application/javascript">
  42.   (function(b, o, n, g, s, r, c) { if (b[s]) return; b[s] = {}; b[s].scriptToken = "Xy0xMjAzNzc1NzQ1"; r = o.createElement(n); c = o.getElementsByTagName(n)[0]; r.async = 1; r.src = g; r.id = s + n; c.parentNode.insertBefore(r, c); })(window, document, "script", "//cdn.oribi.io/Xy0xMjAzNzc1NzQ1/oribi.js", "ORIBI");
  43. </script>
  44. {% endif %}
  45. {% if app.environment == 'prod' %}
  46.     {% set googletag = 'GTM-MF6WRB9' %}
  47. {% endif %}
  48. {% if app.environment == 'dev' %}
  49.     {% set googletag = 'GTM-KRTFGJ8' %}
  50. {% endif %}
  51. <!-- Google Tag Manager -->
  52. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  53. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  54. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  55. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  56. })(window,document,'script','dataLayer','{{ googletag }}');</script>
  57. <!-- End Google Tag Manager -->