diff options
author | filip <filip.komar@gmail.com> | 2015-03-12 20:48:56 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-03-12 20:48:56 +0100 |
commit | ab9791da9f1e55221da07a42a07257fe4694bfd2 (patch) | |
tree | d65be59bd592f99b80f72b5f9a58e613e635affd /en/about | |
parent | 2465c7bec7cfac9ad3338790cbfc51beffbd3a5b (diff) | |
download | www-ab9791da9f1e55221da07a42a07257fe4694bfd2.tar www-ab9791da9f1e55221da07a42a07257fe4694bfd2.tar.gz www-ab9791da9f1e55221da07a42a07257fe4694bfd2.tar.bz2 www-ab9791da9f1e55221da07a42a07257fe4694bfd2.tar.xz www-ab9791da9f1e55221da07a42a07257fe4694bfd2.zip |
center the navigation on about/code-of-conduct page
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/code-of-conduct/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index e08d32158..d95a88f79 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -1,8 +1,8 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, 'about/code-of-conduct'); - ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> |