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