diff options
author | filip <filip.komar@gmail.com> | 2015-03-12 11:53:22 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-03-12 11:53:22 +0100 |
commit | c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f (patch) | |
tree | f93cb11d24e3d3ffe2c09951dad50cf1aae09ec5 /en/about | |
parent | b38ea1f61bb3678f29fa61b2f2d1d73952ade1b7 (diff) | |
download | www-c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f.tar www-c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f.tar.gz www-c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f.tar.bz2 www-c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f.tar.xz www-c4bb025e9a1fd96d5260f8cd52c0c26261e41d0f.zip |
center the navigation on about/values page
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/values/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/values/index.php b/en/about/values/index.php index 211033362..9791768f9 100644 --- a/en/about/values/index.php +++ b/en/about/values/index.php @@ -1,8 +1,8 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, 'about/values'); - ?><!DOCTYPE html> <html dir="ltr" lang="<?php echo $locale; ?>"> <head> |