Maurilio Genovese : fix RSS link
Module: website Branch: master Commit: 30ab3f073d27a20ad628a45cd1501c5984d6f9f3 URL: http://source.winehq.org/git/website.git/?a=commit;h=30ab3f073d27a20ad628a45... Author: Maurilio Genovese <repository(a)lamaresh.net> Date: Tue Dec 16 09:37:57 2008 -0600 fix RSS link --- include/plugins/news.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/plugins/news.php b/include/plugins/news.php index 9941e63..bda5eef 100644 --- a/include/plugins/news.php +++ b/include/plugins/news.php @@ -108,7 +108,7 @@ switch (true) // default view default: // load rss link - $html->rss_link = "{$config->base_url}/news_rss/"; + $html->rss_link = "{$config->base_url}/news/rss/"; // max count for posts per page $amax = (PAGE == "home" ? 10 : 25);
participants (1)
-
Jeremy Newman