diff options
-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'); |