diff options
Diffstat (limited to 'en/about/license/index.php')
-rw-r--r-- | en/about/license/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/license/index.php b/en/about/license/index.php index 9f70aa158..9047ebddf 100644 --- a/en/about/license/index.php +++ b/en/about/license/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; -$dictionary = read_translation_file($locale, 'about/license'); +$dictionary = read_translation_file($locale, array('about/license', 'common_footer')); require('license.php'); $prepared_license_strings = read_license_from_vcs($locale); @@ -16,6 +16,7 @@ $prepared_license_strings = read_license_from_vcs($locale); <meta charset="utf-8"> <title><?php _g('Mageia license')?></title> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <style> .para { text-align: left; float: left; display: block; } hr { margin-top: 2em; } @@ -25,7 +26,7 @@ $prepared_license_strings = read_license_from_vcs($locale); <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Mageia license')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main" class="para"> <section> <?php @@ -51,5 +52,6 @@ $prepared_license_strings = read_license_from_vcs($locale); </section> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |