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/about/code-of-conduct | |
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/about/code-of-conduct')
-rw-r--r-- | en/about/code-of-conduct/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index d95a88f79..45eb14a09 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; -$dictionary = read_translation_file($locale, 'about/code-of-conduct'); +$dictionary = read_translation_file($locale, array('documentation', 'common_footer')); ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> @@ -13,12 +13,13 @@ $dictionary = read_translation_file($locale, 'about/code-of-conduct'); <meta name="keywords" content="<?php _g('mageia, values, conduct, rules')?>"> <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"> <?php include '../../../analytics.php'; ?> </head> <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _g('Code of Conduct')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;">> <div id="bd" role="main"> <div class="yui-g"> <div class="para codeofconduct"> @@ -104,5 +105,6 @@ $dictionary = read_translation_file($locale, 'about/code-of-conduct'); </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html>
\ No newline at end of file |