From f7596fbf9fb10b38c5fed95eb9886a068d8bc432 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 25 May 2013 17:03:28 +0000 Subject: community.en.lang synched with extract2lang.php + community page fixed to pass it --- en/community/index.php | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'en/community') diff --git a/en/community/index.php b/en/community/index.php index 3e9647f54..3817c4f68 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -55,17 +55,9 @@ include '../../lib/news.php'; ?>

'http://planet.mageia.org/en/', - 'Blog' => 'http://blog.mageia.org/en/', - 'Forum' => 'https://forum.mageia.org/en/' - ); - foreach ($feeds as $k => $v) - if (_t($v) != $v) - $s[] = sprintf('%s', _t($v), _t($k)); - - echo implode(' | ', $s); + echo sprintf('%s', _t('http://planet.mageia.org/en/', null, ''), _t('Planet', null, '')) . ' | '; + echo sprintf('%s', _t('http://blog.mageia.org/en/', null, ''), _t('Blog', null, '')) . ' | '; + echo sprintf('%s', _t('https://forum.mageia.org/en/', null, ''), _t('Forums', null, '')); ?>

@@ -81,7 +73,7 @@ include '../../lib/news.php'; @@ -101,7 +93,7 @@ include '../../lib/news.php';