aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/index.php')
-rw-r--r--en/downloads/index.php43
1 files changed, 1 insertions, 42 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php
index cbf8a696e..73c73de70 100644
--- a/en/downloads/index.php
+++ b/en/downloads/index.php
@@ -1,42 +1 @@
-<?php
-
-define('HLANG', true);
-require '../../langs.php';
-require 'locales.php';
-
-$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
-
-$_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1</em>');
-$_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1');
-
-require 'lib.php';
-
-?>
-<!DOCTYPE html>
-<html lang="<?php echo $locale; ?>">
-<head>
- <meta charset="utf-8">
- <title><?php echo $_t['page_title']; ?></title>
- <meta name="description" content="<?php echo $_t['page_desc']; ?>">
- <meta name="keywords" content="<?php echo $_t['page_kw']; ?>">
- <meta name="author" content="Mageia">
- <link rel="stylesheet" type="text/css" href="/g/style/all.css">
- <?php include '../../analytics.php'; ?>
-</head>
-<body class="release">
- <?php echo $hsnav; ?>
- <div id="doc" class="yui-t7">
- <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div>
- <div id="bd" role="main">
- <div class="yui-g">
- <?php include '../1/nav.php'; ?>
- <div class="para">
- <p><?php echo $_t['dl_help']; ?>
- <?php echo $_t['dl_migrate_instead']; ?></p>
- <br />
- <?php echo $dl_table; ?>
- </div></div>
- </div>
- </div>
-</body>
-</html>
+<?php include '../2/download_index.php';