aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/1/index.php
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
committerThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
commit9ce6d646ff718cd62f6434c9a4c94e450436612a (patch)
tree3ee82e5db7c0aee44a5573d9d17035c6ecac697d /en/downloads/1/index.php
parenta0b2d09125d7911656fe4cb286f20643c4432281 (diff)
downloadwww-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.gz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.bz2
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.xz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.zip
Revert "Updated Estonian translation"
Diffstat (limited to 'en/downloads/1/index.php')
-rw-r--r--en/downloads/1/index.php42
1 files changed, 42 insertions, 0 deletions
diff --git a/en/downloads/1/index.php b/en/downloads/1/index.php
new file mode 100644
index 000000000..e186e3da7
--- /dev/null
+++ b/en/downloads/1/index.php
@@ -0,0 +1,42 @@
+<?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 downloads">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavt"><?php _e('page_h1')?></h1>
+ <div id="doc" class="yui-t7">
+ <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>