diff options
Diffstat (limited to 'en/contact/index.php')
-rw-r--r-- | en/contact/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index bc54451ef..8a81d87eb 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -2,7 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'contact'); +$dictionary = read_translation_file($locale, array('contact', 'common_footer')); ?><!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> @@ -12,6 +12,7 @@ $dictionary = read_translation_file($locale, 'contact'); <meta name="keywords" content="<?php _g('mageia, contact, mail, press, people, board, council, mailing lists')?>"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> <link rel="canonical" href="/<?php echo $locale; ?>/contact/"> <style> .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }</style> <?php include '../../analytics.php'; ?> @@ -19,7 +20,7 @@ $dictionary = read_translation_file($locale, 'contact'); <body class="contact"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1> -<div style="margin:auto;display: table;margin: 1em auto 2em;border-radius: 10px;box-shadow: 0px 0px 6px #555;overflow: hidden;background: none repeat scroll 0% 0% #FFF;"> +<div style="display: table;margin: 1em auto 0;border-radius: 10px;box-shadow: 0px 0px 6px #555;overflow: hidden;background: none repeat scroll 0% 0% #FFF;"> <div class="para" style="width: 300px;"> <?php _g('You are looking for support', null, 'h2'); @@ -77,5 +78,6 @@ $dictionary = read_translation_file($locale, 'contact'); <hr> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |