aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-07-12 20:52:25 +0000
committerRomain d'Alverny <rda@mageia.org>2012-07-12 20:52:25 +0000
commitb1e550d944e6d783367e85a3b8546ce9680f5fdd (patch)
tree5c3f4ce42c64d408aa3e126679a459f66533a8ec
parentdc237193b67c403546075d613caee79ccd77fe88 (diff)
downloadwww-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar
www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.gz
www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.bz2
www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.xz
www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.zip
restore missing analytics snippet code
-rw-r--r--en/2/index.php1
-rw-r--r--en/community/index.php1
-rw-r--r--en/for-pc/index.php1
-rw-r--r--en/for-server/index.php1
-rw-r--r--en/timeline/index.php1
5 files changed, 5 insertions, 0 deletions
diff --git a/en/2/index.php b/en/2/index.php
index 9711c7edd..7e341cd17 100644
--- a/en/2/index.php
+++ b/en/2/index.php
@@ -16,6 +16,7 @@ _lang_load($locale, '2');
.para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
hr { margin-top: 2em; }
</style>
+ <?php include '../../analytics.php'; ?>
</head>
<body class="downloads">
<?php echo $hsnav; ?>
diff --git a/en/community/index.php b/en/community/index.php
index 53ddfdba5..585c42b67 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -87,6 +87,7 @@ include '../../lib/news.php';
.para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
hr { margin-top: 2em; }
</style>
+ <?php include '../../analytics.php'; ?>
</head>
<body class="community">
<?php echo $hsnav; ?>
diff --git a/en/for-pc/index.php b/en/for-pc/index.php
index ff21bddaa..e28bb484c 100644
--- a/en/for-pc/index.php
+++ b/en/for-pc/index.php
@@ -15,6 +15,7 @@ _lang_load($locale, '2');
.para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
hr { margin-top: 2em; }
</style>
+ <?php include '../../analytics.php'; ?>
</head>
<body class="downloads">
<?php echo $hsnav; ?>
diff --git a/en/for-server/index.php b/en/for-server/index.php
index be1964f30..675867ed7 100644
--- a/en/for-server/index.php
+++ b/en/for-server/index.php
@@ -15,6 +15,7 @@ _lang_load($locale, '2');
.para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
hr { margin-top: 2em; }
</style>
+ <?php include '../../analytics.php'; ?>
</head>
<body class="downloads">
<?php echo $hsnav; ?>
diff --git a/en/timeline/index.php b/en/timeline/index.php
index 9b00f8057..fb0fb9c22 100644
--- a/en/timeline/index.php
+++ b/en/timeline/index.php
@@ -52,6 +52,7 @@ $events = array(
.tlim h3 { color: #777; font-size: 130%; }
.tlie { margin-left: 4em; }
</style>
+ <?php include '../../analytics.php'; ?>
</head>
<body class="about">
<?php echo $hsnav; ?>