diff options
author | filip <filip.komar@gmail.com> | 2015-02-20 22:07:19 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-20 22:07:19 +0100 |
commit | 7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7 (patch) | |
tree | 10e97752c2e5b58a3ec026806cc5ceea6e750d46 /en/community | |
parent | 5abe333b9435defe2b4f5224a3887e0e898a09cc (diff) | |
download | www-7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7.tar www-7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7.tar.gz www-7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7.tar.bz2 www-7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7.tar.xz www-7bd5e49f7b30e1b0ee4e4e2bd72a6698d5c01bf7.zip |
center the navigation on page community
Diffstat (limited to 'en/community')
-rw-r--r-- | en/community/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index edc1d0756..6a93ece82 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -1,6 +1,6 @@ <?php - define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'community'); include '../../lib/news.php'; |