From 0c03c5d21606c7b4892f747d124d1551fa8179fc Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 29 Jun 2016 23:01:40 +0200 Subject: common footer added to community page + some improvements + like general content width + one block divided for more fluid DOM + improved location of web team help sentence + removed duplicated favicon --- en/community/index.php | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'en/community') diff --git a/en/community/index.php b/en/community/index.php index 4745f70d8..ba53b637a 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -2,9 +2,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary_1 = read_translation_file($locale, 'community'); -$dictionary_2 = read_translation_file($locale, 'news'); -$dictionary = array_merge($dictionary_1, $dictionary_2); +$dictionary = read_translation_file($locale, array('community', 'news', 'common_footer')); include '../../lib/news.php'; ?> @@ -17,7 +15,8 @@ include '../../lib/news.php'; -