aboutsummaryrefslogtreecommitdiffstats
path: root/en/2/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
commita5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch)
tree154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/2/index.php
parent47d6171b94ad6ba36386869633540f2c8f2d06fe (diff)
downloadwww-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.gz
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.bz2
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.xz
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.zip
replace custom .css with common header, basic bootstrap adaptation
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>