diff options
author | filip <filip.komar@gmail.com> | 2015-02-22 18:15:28 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-22 18:15:28 +0100 |
commit | 9a80737f14f5416e40db0396596112c2c61305fb (patch) | |
tree | a7e3cf67628c4d96f9a4d364e8a7d881d82acf78 /en/4 | |
parent | 9f0f3944688f3b21db648869296779919044f335 (diff) | |
download | www-9a80737f14f5416e40db0396596112c2c61305fb.tar www-9a80737f14f5416e40db0396596112c2c61305fb.tar.gz www-9a80737f14f5416e40db0396596112c2c61305fb.tar.bz2 www-9a80737f14f5416e40db0396596112c2c61305fb.tar.xz www-9a80737f14f5416e40db0396596112c2c61305fb.zip |
center the navigation on mga4 pages
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 2 | ||||
-rw-r--r-- | en/4/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 20433f693..069f9811d 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -1,7 +1,7 @@ <?php - define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, '4'); diff --git a/en/4/index.php b/en/4/index.php index e1b574048..416da8c8d 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -1,6 +1,6 @@ <?php - define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, '4'); |