diff options
author | filip <filip.komar@gmail.com> | 2015-02-21 15:01:04 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-21 15:01:04 +0100 |
commit | 89902fdd3a54c11c9086740ed615622ea2a82bb1 (patch) | |
tree | 88b3b109eec79e727e5b71f188545848c62e5ac4 | |
parent | d599e2d0729d9479ab6401f24532d8f047f9791c (diff) | |
download | www-89902fdd3a54c11c9086740ed615622ea2a82bb1.tar www-89902fdd3a54c11c9086740ed615622ea2a82bb1.tar.gz www-89902fdd3a54c11c9086740ed615622ea2a82bb1.tar.bz2 www-89902fdd3a54c11c9086740ed615622ea2a82bb1.tar.xz www-89902fdd3a54c11c9086740ed615622ea2a82bb1.zip |
center the navigation on page cauldron
-rwxr-xr-x | en/5/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 1b9f13144..ca004ba80 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -10,7 +10,7 @@ $dual=true; define('HLANG', true); -define('ALIGNMENT', 'Left'); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, "cauldron"); |