aboutsummaryrefslogtreecommitdiffstats
path: root/en/2/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/2/index.php')
-rw-r--r--en/2/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/2/index.php b/en/2/index.php
index 2fd8055b5..3df8da1e6 100644
--- a/en/2/index.php
+++ b/en/2/index.php
@@ -17,12 +17,13 @@ $dictionary = read_translation_file($locale, '2');
hr { margin-top: 2em; }
</style>
<?php include '../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="downloads">
<?php echo $hsnav; ?>
<h1 id="mgnavtitle"><a href="../2/">Mageia 2</a></h1>
<?php include '../2/nav.php'; ?>
- <div class="para" style="width: 600px;">
+ <div class="container" id="doc">
<section>
<a href="../download_index.php" title="Mageia 2"><img src="/g/2/images/mageia-2-desktop-550.jpg" alt="Mageia 2" style="width: 550px; display: block; margin: 2em auto 3em auto; box-shadow: 0 0 5px #aaa;"></a>
<?php
@@ -46,5 +47,6 @@ $dictionary = read_translation_file($locale, '2');
?>
</section>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>