diff options
author | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-29 22:37:53 +0200 |
commit | cefb9d2942463da47b7f79717b00b541b587aa3e (patch) | |
tree | 68692cf20ff5e3b319e07619f02f08c6e61ba0ba /en/timeline | |
parent | e72022d08f9f24af3da88af2864ab9e1b86f7f05 (diff) | |
download | www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.gz www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.bz2 www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.xz www-cefb9d2942463da47b7f79717b00b541b587aa3e.zip |
common footer added to even more pages
Diffstat (limited to 'en/timeline')
-rw-r--r-- | en/timeline/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/timeline/index.php b/en/timeline/index.php index 439095685..b120f07f1 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'timeline'); +$dictionary = read_translation_file($locale, array('timeline', 'common_footer')); ?> <!DOCTYPE html> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, 'timeline'); <meta charset="utf-8"> <title><?php _g('Mageia Timeline')?></title> <link rel="stylesheet" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <style> .para {padding-top: 2em;} hr { margin-top: 2em; } @@ -30,7 +31,7 @@ $dictionary = read_translation_file($locale, 'timeline'); <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Mageia Timeline')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-g"><div class="para"> <ul class="hl" id="tl0"> @@ -143,5 +144,6 @@ $dictionary = read_translation_file($locale, 'timeline'); </div></div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |