HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Page Elements/analytics.element.php
<?php
	
	class Element_Analytics
	{
		public $elementName = 'Analytics';

		public static function Settings()
		{
			return array(	"Pageable" 		=> false,
							"DisplayName" 	=> "Google Analytics",
							"Version" 		=> 1.0,
							"Filename"		=> "analytics.element.php");
		}
		
		public function Run()
		{
			return "<script type=\"text/javascript\">
            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-26879310-14']);
            _gaq.push(['_setDomainName', 'bodyfitsusteren.nl']);
            _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>";
		}
	}
	
?>