diff options
author | filip <filip.komar@gmail.com> | 2016-06-28 23:25:17 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-28 23:25:17 +0200 |
commit | 4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch) | |
tree | 6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/contribute | |
parent | 05db764b04c1de4d458b1687dd1174468f40fc07 (diff) | |
download | www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.gz www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.bz2 www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.xz www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.zip |
common footer added to some more pages
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> |