diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2023-09-05 09:19:42 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2023-09-05 09:19:42 +0200 |
commit | b97c0806b7d1cc8e3210216284cfa59f37e33121 (patch) | |
tree | 6d5c32795eb2547e5b68283c2ce418dd314329d2 /en/index.php | |
parent | e008bf0e7775db8e3f026b5b542df2247498da84 (diff) | |
download | www-b97c0806b7d1cc8e3210216284cfa59f37e33121.tar www-b97c0806b7d1cc8e3210216284cfa59f37e33121.tar.gz www-b97c0806b7d1cc8e3210216284cfa59f37e33121.tar.bz2 www-b97c0806b7d1cc8e3210216284cfa59f37e33121.tar.xz www-b97c0806b7d1cc8e3210216284cfa59f37e33121.zip |
Remove again blog post (mga#32236)
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php index a0e4e9755..9029a7fb8 100644 --- a/en/index.php +++ b/en/index.php @@ -309,7 +309,7 @@ $rtl = is_locale_rtl($locale); <div <?php echo $rtl ? 'align="right"' : ''?> id="up"> <div class="container"> <div> - <?php + <?php /* include '../lib/news.php'; $loc_planet_url = _r('https://planet.mageia.org/en/'); $loc_blog_url = _r('https://blog.mageia.org/en/'); @@ -339,7 +339,7 @@ $rtl = is_locale_rtl($locale); } else if (0 < $num_fresh_eng_posts) { show_feed($locale, null, '', '', 0, null, true, $prefix, $fresh_eng_posts); } - } + } */ ?> </div> <div class="row"> |