diff options
Diffstat (limited to 'en/doc')
-rw-r--r-- | en/doc/archive.php | 2 | ||||
-rw-r--r-- | en/doc/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index 593efff76..accbe0a47 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -1,8 +1,8 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'documentation'); - require 'doc.php'; ?><!DOCTYPE html> diff --git a/en/doc/index.php b/en/doc/index.php index 297e91d39..54ff6d964 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -1,9 +1,9 @@ <?php define('HLANG', true); +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'documentation'); - require 'doc.php'; |