diff options
author | filip <filip.komar@gmail.com> | 2015-02-18 20:51:55 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-18 20:51:55 +0100 |
commit | 0a06f914814f5ceadd24377c216fd39887b37bcd (patch) | |
tree | 15fed7fa4ac0f83948ad3dc86428ed0eacc3d6f3 /en/contact | |
parent | 4e3083743e4dbef257cd618e587855b5ef6fa6dd (diff) | |
download | www-0a06f914814f5ceadd24377c216fd39887b37bcd.tar www-0a06f914814f5ceadd24377c216fd39887b37bcd.tar.gz www-0a06f914814f5ceadd24377c216fd39887b37bcd.tar.bz2 www-0a06f914814f5ceadd24377c216fd39887b37bcd.tar.xz www-0a06f914814f5ceadd24377c216fd39887b37bcd.zip |
center the navigation on page contact
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 8d2fe57f8..ac5dc2782 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -1,8 +1,8 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'contact'); - ?><!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> |