aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss2.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss/rss2.0.php')
-rw-r--r--rss/rss2.0.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/rss/rss2.0.php b/rss/rss2.0.php
index 7e37ec3..2cfef4a 100644
--- a/rss/rss2.0.php
+++ b/rss/rss2.0.php
@@ -84,6 +84,8 @@ function rss_noitems(){
}
function rss_close(){
- return "\n</channel>\n</rss>\n";
+ global $rss_link;
+ return "\n
+ <atom:link href=\"$rss_link\" rel=\"self\" type=\"application/rss+xml\" />\n</channel>\n</rss>\n";
}
?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy