aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/constitution/index.php')
-rw-r--r--en/about/constitution/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index 320c502b1..fff6423d3 100644
--- a/en/about/constitution/index.php
+++ b/en/about/constitution/index.php
@@ -3,7 +3,7 @@ define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../../langs.php';
-$dictionary = read_translation_file($locale, "about/constitution");
+$dictionary = read_translation_file($locale, array('about/constitution', 'common_footer'));
// Note to translators: _r('Note to translators! PLEASE READ THIS LINE! YOU DON\'T NEED TO TRANSLATE IT! Please translate constitution in file "mageia.org_statutes_fr.md" or "mageia.org_statutes_en.md" as a fallback first. Check wiki for details.')
@@ -16,12 +16,13 @@ $dictionary = read_translation_file($locale, "about/constitution");
<meta name="keywords" content="<?php _g('mageia.org, association, organization, legal, constitution, statuts'); ?>">
<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 constitution">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _g('Mageia.Org constitution')?></h1>
- <div id="doc4" class="yui-t7">
+ <div id="doc4" class="yui-t7" style="margin-bottom: 0px;">
<div id="bd" role="main">
<div class="yui-g">
<div class="para preambule">
@@ -44,5 +45,6 @@ $dictionary = read_translation_file($locale, "about/constitution");
</div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>