diff options
author | filip <filip.komar@gmail.com> | 2015-03-11 21:51:09 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-03-11 21:51:09 +0100 |
commit | 6646fe13616295c482695d6ea4460446060d64bb (patch) | |
tree | 5ee231fc3d3080838fd86730fcdcb2451a95de02 /en | |
parent | 6d6e7dc920fd5496e5a0d1a498467543562bd884 (diff) | |
download | www-6646fe13616295c482695d6ea4460446060d64bb.tar www-6646fe13616295c482695d6ea4460446060d64bb.tar.gz www-6646fe13616295c482695d6ea4460446060d64bb.tar.bz2 www-6646fe13616295c482695d6ea4460446060d64bb.tar.xz www-6646fe13616295c482695d6ea4460446060d64bb.zip |
center the navigation on timeline pages
Diffstat (limited to 'en')
-rw-r--r-- | en/timeline/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/timeline/index.php b/en/timeline/index.php index 97bc4159e..e74e419f2 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -1,6 +1,6 @@ <?php define('HLANG', true); - +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'timeline'); |