diff options
-rw-r--r-- | skins/Vector.php | 12 | ||||
-rw-r--r-- | skins/cavendish.php | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 07155b4..fd5f4f7 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -602,18 +602,6 @@ class VectorTemplate extends QuickTemplate { <!-- Debug output: <?php $this->text( 'debug' ); ?> --> <?php endif; ?> </div> - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(["_setAccount", "UA-18603191-2"]); - _gaq.push(['_gat._anonymizeIp']); - _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> <script src="//nav.mageia.org/js/"></script> </body> </html> diff --git a/skins/cavendish.php b/skins/cavendish.php index a4362ea..5b7c0d4 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -328,18 +328,6 @@ a:visited { color: #5a3696; } --> <?php endif; ?> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-18603191-2']); - _gaq.push(['_gat._anonymizeIp']); - _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> </body></html> <?php wfRestoreWarnings(); |