diff options
author | filip <filip.komar@gmail.com> | 2015-04-28 21:34:18 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-04-28 21:34:18 +0200 |
commit | c8e6955057b05abd1e48b5bc1b1d696667119a84 (patch) | |
tree | 452f4af489162780822b502dafae80797095d9cc /en/community | |
parent | e415724da362582d4de714f7ce2baf958b88ef10 (diff) | |
download | www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.gz www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.bz2 www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.xz www-c8e6955057b05abd1e48b5bc1b1d696667119a84.zip |
separate date translations to prepare them for use on multiple pages
Diffstat (limited to 'en/community')
-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'; ?> |