diff options
Diffstat (limited to 'en/2/for-server/index.php')
-rw-r--r-- | en/2/for-server/index.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/en/2/for-server/index.php b/en/2/for-server/index.php index 2bf840800..5c6f7d635 100644 --- a/en/2/for-server/index.php +++ b/en/2/for-server/index.php @@ -16,12 +16,14 @@ $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> » <?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 2 has all the main services and server packages you will need to run your server.', null, 'p'); @@ -45,12 +47,14 @@ $dictionary = read_translation_file($locale, '2'); ?> </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_2_Release_Notes">Mageia 2 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> |