aboutsummaryrefslogtreecommitdiffstats
path: root/en/1
diff options
context:
space:
mode:
Diffstat (limited to 'en/1')
-rw-r--r--en/1/for-you/index.php2
-rw-r--r--en/1/index.php2
-rw-r--r--en/1/migrate/index.php2
-rw-r--r--en/1/next/index.php2
-rw-r--r--en/1/notes/index.php4
5 files changed, 11 insertions, 1 deletions
diff --git a/en/1/for-you/index.php b/en/1/for-you/index.php
index eed3ded86..f2e92af1d 100644
--- a/en/1/for-you/index.php
+++ b/en/1/for-you/index.php
@@ -17,6 +17,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release">
<?php echo $hsnav; ?>
@@ -83,5 +84,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
</div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>
diff --git a/en/1/index.php b/en/1/index.php
index ee21002a9..c17c0ec99 100644
--- a/en/1/index.php
+++ b/en/1/index.php
@@ -18,6 +18,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<link rel="canonical" href="/<?php echo $locale; ?>/1/">
<link rel="stylesheet" href="/g/style/all.css">
<?php include '../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release">
<?php echo $hsnav; ?>
@@ -64,5 +65,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<?php include 'nav.php'; ?>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>
diff --git a/en/1/migrate/index.php b/en/1/migrate/index.php
index f24d73d93..59f5d62f2 100644
--- a/en/1/migrate/index.php
+++ b/en/1/migrate/index.php
@@ -17,6 +17,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release">
<?php echo $hsnav; ?>
@@ -110,5 +111,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
</div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>
diff --git a/en/1/next/index.php b/en/1/next/index.php
index 98696dbb8..c1af04557 100644
--- a/en/1/next/index.php
+++ b/en/1/next/index.php
@@ -17,6 +17,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<link rel="canonical" href="/<?php echo $locale; ?>/1/next/">
<?php include '../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release">
<?php echo $hsnav; ?>
@@ -111,5 +112,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<?php include '../nav.php'; ?>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>
diff --git a/en/1/notes/index.php b/en/1/notes/index.php
index 9ee372f95..8fb521ae7 100644
--- a/en/1/notes/index.php
+++ b/en/1/notes/index.php
@@ -18,6 +18,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<link rel="canonical" href="/<?php echo $locale; ?>/1/notes/">
<?php include '../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release">
<?php echo $hsnav; ?>
@@ -211,5 +212,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<?php include '../nav.php'; ?>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
-</html> \ No newline at end of file
+</html>