aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-19 22:29:53 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-19 22:29:53 +0000
commit0678bd1272a6f674d4f2809ee72649969467c7e1 (patch)
tree83bc08c62b6d4cf8acd754a7100250671313de4e /rss/index.php
parentce02d25f4620548450859eaeba5cbeb9c959bfd9 (diff)
downloadphpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.tar.gz
phpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.tar.bz2
phpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.zip
Added more footer logic for valid RSS.
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rss/index.php b/rss/index.php
index bf2e645..965a7d0 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -83,6 +83,7 @@ if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'
echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=day<br>';
echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=week<br>';
echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=month<br>';
+ $footer_check = $default_path.'/rss/rss.php?cal='.$default_cal.'&rssview='.$default_view;
echo '<br><br>';
}
}

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