diff options
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> |