diff options
Diffstat (limited to 'en/contribute')
-rw-r--r-- | en/contribute/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php index 9f43fdef7..35b52fbea 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'contribute'); +$dictionary = read_translation_file($locale, array('contribute', 'common_footer')); ?><!DOCTYPE html> <html lang="<?php echo $locale; ?>"> @@ -14,6 +14,7 @@ $dictionary = read_translation_file($locale, 'contribute'); <meta name="keywords" content="<?php _g('mageia, contribute, howto, operating system')?>"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <link rel="canonical" href="/<?php echo $locale; ?>/contribute/"> <?php include '../../analytics.php'; ?> <style> .para {text-align:justify;}</style> @@ -21,7 +22,7 @@ $dictionary = read_translation_file($locale, 'contribute'); <body id="top" class="contribute"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contribute to Mageia')?></h1> - <div id="doc5" class="yui-t7"> + <div id="doc5" class="yui-t7" style="margin-bottom: 0px;"> <div class="yui-ge"> <div class="para bb1" style="padding-top: 2em;"> <p><?php _g('Many people from all over the world gather to build Mageia – a Linux-based operating system <em>and</em> a <a href="../about/code-of-conduct/">lively, fun community</a> for <a href="../about/values/">building Free Software projects</a>.')?></p> @@ -121,5 +122,6 @@ $dictionary = read_translation_file($locale, 'contribute'); </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |