diff options
author | filip <filip.komar@gmail.com> | 2015-02-18 18:46:27 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-18 18:46:27 +0100 |
commit | 2c14471353a7bc983c1ec1554c3d43ce5aa8f874 (patch) | |
tree | 785f9decb1a8c81593bd9f228c02196b5d87832f /en | |
parent | 7f022ffd5c2c40cddd22f00c3e374a18add07f42 (diff) | |
download | www-2c14471353a7bc983c1ec1554c3d43ce5aa8f874.tar www-2c14471353a7bc983c1ec1554c3d43ce5aa8f874.tar.gz www-2c14471353a7bc983c1ec1554c3d43ce5aa8f874.tar.bz2 www-2c14471353a7bc983c1ec1554c3d43ce5aa8f874.tar.xz www-2c14471353a7bc983c1ec1554c3d43ce5aa8f874.zip |
center the navigation on page map
Diffstat (limited to 'en')
-rw-r--r-- | en/map/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/map/index.php b/en/map/index.php index 75905cb67..438520f6a 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -1,6 +1,6 @@ <?php - define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'map'); |