diff options
author | filip <filip.komar@gmail.com> | 2015-03-12 20:46:42 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-03-12 20:46:42 +0100 |
commit | 2465c7bec7cfac9ad3338790cbfc51beffbd3a5b (patch) | |
tree | fe153d1737c0864c531e0d86f666a8c2172d81d9 /en | |
parent | fa2d4510934181eb8818bc4702bc83421226c952 (diff) | |
download | www-2465c7bec7cfac9ad3338790cbfc51beffbd3a5b.tar www-2465c7bec7cfac9ad3338790cbfc51beffbd3a5b.tar.gz www-2465c7bec7cfac9ad3338790cbfc51beffbd3a5b.tar.bz2 www-2465c7bec7cfac9ad3338790cbfc51beffbd3a5b.tar.xz www-2465c7bec7cfac9ad3338790cbfc51beffbd3a5b.zip |
center the navigation on about/license page
Diffstat (limited to 'en')
-rw-r--r-- | en/about/license/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/license/index.php b/en/about/license/index.php index eb9b086dd..9f70aa158 100644 --- a/en/about/license/index.php +++ b/en/about/license/index.php @@ -1,6 +1,6 @@ <?php - define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, 'about/license'); |