aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
committerfilip <filip.komar@gmail.com>2016-06-28 23:25:17 +0200
commit4942a149658d442ec06d68afbcbbdc42d6a4eefd (patch)
tree6f3ec8bbdbeb85a5549d58efe8c91775917cc6fa /en/contact
parent05db764b04c1de4d458b1687dd1174468f40fc07 (diff)
downloadwww-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.gz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.bz2
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.tar.xz
www-4942a149658d442ec06d68afbcbbdc42d6a4eefd.zip
common footer added to some more pages
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php6
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>