aboutsummaryrefslogtreecommitdiffstats
path: root/en/community
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-22 20:48:10 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-22 20:48:10 +0000
commitd770406d652c4934e312d40d671082dc76910a5d (patch)
treea879612abc295677cb84dfde53a9b3b1ca57f174 /en/community
parent49bb12e1632f089157eedda7ff7b1db6cdba62ee (diff)
downloadwww-d770406d652c4934e312d40d671082dc76910a5d.tar
www-d770406d652c4934e312d40d671082dc76910a5d.tar.gz
www-d770406d652c4934e312d40d671082dc76910a5d.tar.bz2
www-d770406d652c4934e312d40d671082dc76910a5d.tar.xz
www-d770406d652c4934e312d40d671082dc76910a5d.zip
show localized date
Diffstat (limited to 'en/community')
-rw-r--r--en/community/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 8bf45ad9f..222de5d37 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -88,9 +88,9 @@ include '../../lib/news.php';
<h2><a href="<?php _e('blog_url')?>"><?php _e('News');?></a></h2>
<?php
if (_t('planet_url') != 'planet_url')
- show_feed(null, _t('planet_url'), _t('planet_url') . '?type=rss10', 9);
+ show_feed($locale, null, _t('planet_url'), _t('planet_url') . '?type=rss10', 9);
elseif (_t('blog_url') != 'blog_url')
- show_feed(null, _t('blog_url'), _t('blog_url') . '?feed=rss', 9);
+ show_feed($locale, null, _t('blog_url'), _t('blog_url') . '?feed=rss', 9);
// don't work:
//show_feed('Mageia MLs', '', 'https://ml.mageia.org/l/rss/active_lists?count=20&for=10');
//show_feed('Mageia Forum', 'http://forum.mageia.org/en/', 'https://forums.mageia.org/en/feed.php?mode=topics_active');