diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2023-09-05 21:41:52 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2023-09-05 21:41:52 +0200 |
commit | 4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8 (patch) | |
tree | 538b7de29ed992ce9afbc9fb3e7d2d7b0d057917 /en/community | |
parent | b97c0806b7d1cc8e3210216284cfa59f37e33121 (diff) | |
download | www-4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8.tar www-4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8.tar.gz www-4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8.tar.bz2 www-4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8.tar.xz www-4dc2c6193f1668d2bd6c9e7b4e6c9ccdcc6ac3a8.zip |
Disable Blog post for now (mga#32236)
Diffstat (limited to 'en/community')
-rw-r--r-- | en/community/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/community/index.php b/en/community/index.php index 2646b7cc0..20cd51e6d 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -47,7 +47,7 @@ $rtl = is_locale_rtl($locale); <div class="yui-ge row justify-content-center"> <div class="col"> <section> - <?php + <?php /* $loc_planet_url = _r('https://planet.mageia.org/en/'); $loc_blog_url = _r('https://blog.mageia.org/en/'); $fresh_blog_post_titles = prepare_fresh_blog_post_titles('https://planet.mageia.org/en/', 'https://blog.mageia.org/en/', $loc_planet_url, $loc_blog_url); @@ -63,7 +63,7 @@ $rtl = is_locale_rtl($locale); } if(0 != $num_fresh_eng_posts) { show_feed($locale, _r('News in English') . " ($eng_posts_title)", $fresh_eng_posts[0]["source"], '', 0, null, true, null, $fresh_eng_posts); - } + } */ // don't work: //show_feed('Mageia MLs', '', 'https://ml.mageia.org/l/rss/active_lists?count=20&for=10'); //show_feed('Mageia Forum', 'https://forum.mageia.org/en/', 'https://forums.mageia.org/en/feed.php?mode=topics_active'); |