aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@sucuk.mageia.org>2023-09-06 15:20:02 +0200
committerroot <root@sucuk.mageia.org>2023-09-06 15:20:02 +0200
commitc0cb957c846c8319256fb39739ba2c6e97bd86da (patch)
treeddbcf74d0577bc03b09defd788025cdf813fb8db
parente8f7c6c342f072d9805556eb7f3d13b3e1ed02ff (diff)
parentfcab3919185a36917348c23c0fca3971c495f9f7 (diff)
downloadwww-c0cb957c846c8319256fb39739ba2c6e97bd86da.tar
www-c0cb957c846c8319256fb39739ba2c6e97bd86da.tar.gz
www-c0cb957c846c8319256fb39739ba2c6e97bd86da.tar.bz2
www-c0cb957c846c8319256fb39739ba2c6e97bd86da.tar.xz
www-c0cb957c846c8319256fb39739ba2c6e97bd86da.zip
Merge branch 'master' of git://git.mageia.org/web/www
-rw-r--r--en/community/index.php4
-rw-r--r--en/index.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 20cd51e6d..91a5987e7 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');
diff --git a/en/index.php b/en/index.php
index 9029a7fb8..a0e4e9755 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">