discourse-legacysite-perl/site/common/templates/include_global_head.php
2024-06-17 22:42:14 +10:00

87 lines
3.9 KiB
PHP

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="<? echo($meta_keywords); ?>" />
<meta name="description" content="<? echo($meta_description); ?>"/>
<meta name="author" content="Slowtwitch.com" />
<meta name="facebook-domain-verification" content="bjsr7t1emgzf0nk5gxqumecuu2oxbr" />
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="fb3f174d-6745-4525-a42d-2d75a3368149" data-blockingmode="auto" type="text/javascript"></script>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/images/slowtwitch_apple.png" />
<link rel="alternate" type="application/rss+xml" title="Slowtwitch.com - RSS" href="https://www.slowtwitch.com/rss" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Roboto+Slab' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBDttorbDzy7Fa5IGeyvolnJZpiOVeQdBA"></script>
<? if ($mini_version) { ?>
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/r<? echo $mini_version ?>/css/style.min.css" />
<? } else { ?>
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/css/jquery-ui.min.css" />
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/css/lightbox.min.css" />
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/css/core.css" />
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/css/style.css" />
<link type="text/css" rel="stylesheet" href="<? echo $static_url ?>/css/swiper.min.css">
<? } ?>
<script type="text/javascript">
var winWidth = window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4JP2WEE0TF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4JP2WEE0TF');
</script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=G-4JP2WEE0TF"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2419103-1']);
_gaq.push(['_setDomainName', '.slowtwitch.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- BEGIN ADVERTSERVE CODE -->
<script type="text/javascript">
var _avp = _avp || [];
(function() {
var s = document.createElement('script');
s.type = 'text/javascript'; s.async = true; s.src = 'https://reach.slowtwitch.com/js/libcode3.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
</script>
<!-- END ADVERTSERVE CODE -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '895910530528995');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=895910530528995&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->