aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-02-02 03:47:27 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-02-02 03:47:27 +0000
commite70c7462b1b9056f83918f35aaeae2a76d5eb1d8 (patch)
tree75c4e86aeec31d1f9958a300fc687137445959f5 /rss
parente93f8f6c8b6dc849506e2a50aa86fa54b77576e8 (diff)
downloadphpicalendar-e70c7462b1b9056f83918f35aaeae2a76d5eb1d8.tar.gz
phpicalendar-e70c7462b1b9056f83918f35aaeae2a76d5eb1d8.tar.bz2
phpicalendar-e70c7462b1b9056f83918f35aaeae2a76d5eb1d8.zip
improvements in rss
Diffstat (limited to 'rss')
-rwxr-xr-xrss/rss1.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss1.0.php b/rss/rss1.0.php
index 665200e..0a5acb4 100755
--- a/rss/rss1.0.php
+++ b/rss/rss1.0.php
@@ -27,7 +27,7 @@ function rss_top(){
if ($theview !=""){$rss .= ' - '.$theview;}
$rss .= "</title>\n";
- $rss .= '<link>'.htmlspecialchars("$default_path").'</link>'."\n";
+ $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n";
$rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n";
#$rss .= '<language>'.$rss_language.'</language>'."\n";
return $rss;

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