aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/license/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
committerfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
commit4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch)
tree6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/about/license/index.php
parent05db764b04c1de4d458b1687dd1174468f40fc07 (diff)
downloadwww-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/license/index.php')
-rw-r--r--en/about/license/index.php6
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>