diff options
author | filip <filip.komar@gmail.com> | 2015-02-17 18:41:50 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-17 18:41:50 +0100 |
commit | 5721e7d3a7e6983d80e6b5741d7cf2723b2e005e (patch) | |
tree | 5c94ad9463d0ebf039ca98d30369f99a524726d7 /en/about/constitution/index.php | |
parent | b14661aac11da4764881cba7cceccc9d65ed1c51 (diff) | |
download | www-5721e7d3a7e6983d80e6b5741d7cf2723b2e005e.tar www-5721e7d3a7e6983d80e6b5741d7cf2723b2e005e.tar.gz www-5721e7d3a7e6983d80e6b5741d7cf2723b2e005e.tar.bz2 www-5721e7d3a7e6983d80e6b5741d7cf2723b2e005e.tar.xz www-5721e7d3a7e6983d80e6b5741d7cf2723b2e005e.zip |
center the navigation
Diffstat (limited to 'en/about/constitution/index.php')
-rw-r--r-- | en/about/constitution/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php index b534d80d3..b4ef20e13 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -1,6 +1,6 @@ <?php define('HLANG', true); - +define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, "about/constitution"); |