<?php
/**
* Analytics Code
* Replace the analytics code by your.
*
* @package Get Meta Tools
* @author SORIA Pierre-Henry
* @email pierrehs@hotmail.com
* @link http://github.com/pH-7
* @copyright Copyright pH7 Script All Rights Reserved.
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
* @version : dataUri.php 2012-02-2 pierrehs $
*/
namespace PH7\Seo\Meta;
defined('PH7') or exit('Restricted access');
?>
<script>var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10562708-38']);
_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>
|