diff options
author | filip <filip.komar@gmail.com> | 2016-06-30 22:17:00 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-30 22:17:00 +0200 |
commit | b95ca1348944895976c63ee0502e3eec3e709407 (patch) | |
tree | 6b92aeaca24f1e904a1f4746a15f96c331547bb7 /en/4 | |
parent | 8ec474b564f7de5923ac96f945f80fe72ae745f9 (diff) | |
download | www-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/4')
-rw-r--r-- | en/4/index.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/en/4/index.php b/en/4/index.php index e5c48cf09..6fdd8604c 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '4'); +$dictionary = read_translation_file($locale, array('4', 'common_footer')); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '4'); <meta charset="utf-8"> <title><?php _g('Mageia 4')?></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 4 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> @@ -23,7 +24,7 @@ $dictionary = read_translation_file($locale, '4'); <?php echo $hsnav; ?> <h1 id="mgnavtitle"><a href="../4/">Mageia 4</a></h1> <?php include '../4/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, '4'); </div> </div> - +</div> +</div> +<?php echo common_footer($locale); ?> </body> </html> |