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