diff options
author | filip <filip.komar@gmail.com> | 2015-02-18 19:00:37 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-18 19:00:37 +0100 |
commit | 6ffc15063df222056c581341f851f3cfa775eea6 (patch) | |
tree | 7361201c31f675518625560588e62ab2742e6e28 /en/doc/index.php | |
parent | da948eb8d843e441ffca473a3b9a4a8361073e54 (diff) | |
download | www-6ffc15063df222056c581341f851f3cfa775eea6.tar www-6ffc15063df222056c581341f851f3cfa775eea6.tar.gz www-6ffc15063df222056c581341f851f3cfa775eea6.tar.bz2 www-6ffc15063df222056c581341f851f3cfa775eea6.tar.xz www-6ffc15063df222056c581341f851f3cfa775eea6.zip |
center the navigation on page doc and its archive
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index 297e91d39..54ff6d964 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -1,9 +1,9 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'documentation'); - require 'doc.php'; |