aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-30 22:17:00 +0200
committerfilip <filip.komar@gmail.com>2016-06-30 22:17:00 +0200
commitb95ca1348944895976c63ee0502e3eec3e709407 (patch)
tree6b92aeaca24f1e904a1f4746a15f96c331547bb7 /en/5
parent8ec474b564f7de5923ac96f945f80fe72ae745f9 (diff)
downloadwww-b95ca1348944895976c63ee0502e3eec3e709407.tar
www-b95ca1348944895976c63ee0502e3eec3e709407.tar.gz
www-b95ca1348944895976c63ee0502e3eec3e709407.tar.bz2
www-b95ca1348944895976c63ee0502e3eec3e709407.tar.xz
www-b95ca1348944895976c63ee0502e3eec3e709407.zip
common footer added to mga4 and 5 pages +
+ fix for two mising divs
Diffstat (limited to 'en/5')
-rw-r--r--en/5/index.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/en/5/index.php b/en/5/index.php
index 84ec586c7..8e5e75097 100644
--- a/en/5/index.php
+++ b/en/5/index.php
@@ -3,7 +3,7 @@ define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
-$dictionary = read_translation_file($locale, '5');
+$dictionary = read_translation_file($locale, array('5', 'common_footer'));
?>
<!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
@@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '5');
<meta charset="utf-8">
<title><?php _g('Mageia 5')?></title>
<link rel="stylesheet" href="/g/style/all.css">
+ <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
<meta name="description" content="<?php _g('Mageia 5 is the new, solid, stable Linux distribution from the Mageia project.')?>">
<?php include '../../analytics.php'; ?>
<style>.para{text-align: justify;text-align: -webkit-auto;}</style>
@@ -25,7 +26,7 @@ $dictionary = read_translation_file($locale, '5');
<h1 id="mgnavt"><a href="../5/">Mageia 5</a></h1>
<?php include '../5/nav.php'; ?>
- <div id="doc5" class="yui-t3">
+ <div id="doc5" class="yui-t3" style="margin-bottom: 0px;">
<div id="bd" role="main">
<div class="yui-ge bb1">
<div class="yui-u first" style="width:55.5%">
@@ -98,6 +99,8 @@ $dictionary = read_translation_file($locale, '5');
</div>
</div>
-
+</div>
+</div>
+<?php echo common_footer($locale); ?>
</body>
</html>