aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-28 20:08:20 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-28 20:08:20 +0000
commit9fefac069b9077c78c99d7323d0ebbe966ecbd1b (patch)
tree393382c59719d7e4b4579c7110f9667d770cf925 /rss
parent44a043021cd0cf06d3495a12801313c409db27dc (diff)
downloadphpicalendar-9fefac069b9077c78c99d7323d0ebbe966ecbd1b.tar.gz
phpicalendar-9fefac069b9077c78c99d7323d0ebbe966ecbd1b.tar.bz2
phpicalendar-9fefac069b9077c78c99d7323d0ebbe966ecbd1b.zip
Added $rss_language for RSS feeds.
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss.php b/rss/rss.php
index c85795f..0583e56 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -29,7 +29,7 @@ $rss .= '<channel>'."\n";
$rss .= '<title>'.$cal_displayname.' - '.$theview.'</title>'."\n";
$rss .= '<link>'.$default_path.'</link>'."\n";
$rss .= '<description>'.$cal_displayname.' '.$calendar_lang.' - '.$theview.'</description>'."\n";
-$rss .= '<language>us-en</language>'."\n";
+$rss .= '<language>'.$rss_language.'</language>'."\n";
$rss .= '<copyright>Copyright 2002, '.$default_path.'</copyright>'."\n";

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