diff options
author | Claire Revillet <grenoya@mageia.org> | 2014-03-25 20:12:03 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2014-03-25 20:12:03 +0000 |
commit | 751901ebffb4df97f6e7abc2c92298b91294f2a2 (patch) | |
tree | e1e435259f4c5745655255e3688615f7f09990e6 /en/contact | |
parent | 33a968071a4e067ce0e11c42251072e9e513bc29 (diff) | |
download | www-751901ebffb4df97f6e7abc2c92298b91294f2a2.tar www-751901ebffb4df97f6e7abc2c92298b91294f2a2.tar.gz www-751901ebffb4df97f6e7abc2c92298b91294f2a2.tar.bz2 www-751901ebffb4df97f6e7abc2c92298b91294f2a2.tar.xz www-751901ebffb4df97f6e7abc2c92298b91294f2a2.zip |
- fix mognas class for contact page
Diffstat (limited to 'en/contact')
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 4d924a138..43c795df4 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -16,7 +16,7 @@ $dictionary = read_translation_file($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'; ?> </head> -<body class="community"> +<body class="contact"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1> <div class="para" style="width: 300px;"> |