diff options
Diffstat (limited to 'en/3/index.php')
-rw-r--r-- | en/3/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/3/index.php b/en/3/index.php index ec3cc5cdf..96fc93e2e 100644 --- a/en/3/index.php +++ b/en/3/index.php @@ -17,12 +17,13 @@ $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></h1> <?php include '../3/nav.php'; ?> - <div class="para" style="width: 600px;"> + <div class="container" id="doc"> <section> <a href="../3/download_index.php" title="Mageia 3"><img src="/g/3/mageia-3-desktop-550.png" alt="Mageia 3" style="width: 550px; display: block; margin: 2em auto 3em auto; box-shadow: 0 0 5px #aaa;"></a> <?php @@ -45,5 +46,6 @@ $dictionary = read_translation_file($locale, '3'); ?> </section> </div> +<?php echo common_footer($locale); ?> </body> </html> |