aboutsummaryrefslogtreecommitdiffstats
path: root/en/3/for-server/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/3/for-server/index.php')
-rw-r--r--en/3/for-server/index.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/en/3/for-server/index.php b/en/3/for-server/index.php
index 8bf254280..35a3f71f7 100644
--- a/en/3/for-server/index.php
+++ b/en/3/for-server/index.php
@@ -16,12 +16,14 @@ $dictionary = read_translation_file($locale, '3');
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="../3/">Mageia 3</a> &raquo; <?php _g('for your server')?></h1>
<?php include '../nav.php'; ?>
- <div class="para" style="width: 600px;">
+ <div class="container row" id="doc">
+ <div class="col">
<section>
<?php
_g('Mageia 3 has all the main services and server packages you will need to run your server.', null, 'p');
@@ -43,11 +45,13 @@ $dictionary = read_translation_file($locale, '3');
?>
</section>
</div>
- <div class="para">
+ <div class="col">
<?php
_g('For more information about these and other packages, check the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">Mageia 3 Release notes</a>.', null, 'p');
_g('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('//madb.mageia.org'), 'p');
?>
</div>
+ </div><!-- container-->
+<?php echo common_footer($locale); ?>
</body>
</html>