diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/4/index.php | 9 | ||||
-rw-r--r-- | en/5/index.php | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/en/4/index.php b/en/4/index.php index e5c48cf09..6fdd8604c 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '4'); +$dictionary = read_translation_file($locale, array('4', 'common_footer')); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '4'); <meta charset="utf-8"> <title><?php _g('Mageia 4')?></title> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <meta name="description" content="<?php _g('Mageia 4 is the new, solid, stable Linux distribution from the Mageia project.')?>"> <?php include '../../analytics.php'; ?> <style>.para{text-align: justify;text-align: -webkit-auto;}</style> @@ -23,7 +24,7 @@ $dictionary = read_translation_file($locale, '4'); <?php echo $hsnav; ?> <h1 id="mgnavtitle"><a href="../4/">Mageia 4</a></h1> <?php include '../4/nav.php'; ?> - <div id="doc5" class="yui-t3"> + <div id="doc5" class="yui-t3" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-ge bb1"> <div class="yui-u first" style="width:55.5%"> @@ -98,6 +99,8 @@ $dictionary = read_translation_file($locale, '4'); </div> </div> - +</div> +</div> +<?php echo common_footer($locale); ?> </body> </html> diff --git a/en/5/index.php b/en/5/index.php index 84ec586c7..8e5e75097 100644 --- a/en/5/index.php +++ b/en/5/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '5'); +$dictionary = read_translation_file($locale, array('5', 'common_footer')); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '5'); <meta charset="utf-8"> <title><?php _g('Mageia 5')?></title> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <meta name="description" content="<?php _g('Mageia 5 is the new, solid, stable Linux distribution from the Mageia project.')?>"> <?php include '../../analytics.php'; ?> <style>.para{text-align: justify;text-align: -webkit-auto;}</style> @@ -25,7 +26,7 @@ $dictionary = read_translation_file($locale, '5'); <h1 id="mgnavt"><a href="../5/">Mageia 5</a></h1> <?php include '../5/nav.php'; ?> - <div id="doc5" class="yui-t3"> + <div id="doc5" class="yui-t3" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-ge bb1"> <div class="yui-u first" style="width:55.5%"> @@ -98,6 +99,8 @@ $dictionary = read_translation_file($locale, '5'); </div> </div> - +</div> +</div> +<?php echo common_footer($locale); ?> </body> </html> |