From 534f0b56b1a12b66ddb7fffc8cbaf3221cd8cbee Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 21 Jul 2012 17:07:44 +0000 Subject: url text replacement on community page --- en/community/index.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'en/community/index.php') diff --git a/en/community/index.php b/en/community/index.php index 740f75d13..d23d2a829 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -10,7 +10,7 @@ include '../../lib/news.php'; - <?php _e('page_title')?> + <?php _e('Mageia Community')?> @@ -28,13 +28,13 @@ include '../../lib/news.php';
-

+

-

+

'planet_url', - 'Blog' => 'blog_url', - 'Forum' => 'forum_url' + 'Planet' => '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) @@ -81,7 +81,7 @@ include '../../lib/news.php'; @@ -99,10 +99,10 @@ include '../../lib/news.php';

-- cgit v1.2.1