';
$prefix .= sprintf(_r('Latest news from our
blog:'), _r('https://blog.mageia.org/en/'));
$prefix .= ' ';
if (_r('https://planet.mageia.org/en/') != 'https://planet.mageia.org/en/') {
show_feed($locale, null, _r('https://planet.mageia.org/en/'), _r('https://planet.mageia.org/en/') . '?type=rss10', 1, null, true, $prefix);
} else {
show_feed($locale, null, _r('https://blog.mageia.org/en/'), _r('https://blog.mageia.org/en/') . '?feed=rss', 1, null, true, $prefix);
}
?>