diff options
Diffstat (limited to 'en/community/index.php')
-rw-r--r-- | en/community/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index 782b6d0fb..c8b13dc2e 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -2,7 +2,9 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'community'); +$dictionary_1 = read_translation_file($locale, 'community'); +$dictionary_2 = read_translation_file($locale, 'news'); +$dictionary = array_merge($dictionary_1, $dictionary_2); include '../../lib/news.php'; ?> |