aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-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; ?>