From 83508e2f18660eb68a46de17dfa3ee13a39c724a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 24 Oct 2002 06:27:04 +0000 Subject: Footer tweeks, addition to config and lang files. --- rss/index.php | 16 ++++++++++------ rss/rss.php | 14 ++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'rss') diff --git a/rss/index.php b/rss/index.php index 8570920..e0f96a4 100644 --- a/rss/index.php +++ b/rss/index.php @@ -18,7 +18,7 @@ include(BASE.'functions/ical_parser.php');
- +
@@ -34,15 +34,19 @@ include(BASE.'functions/ical_parser.php');
- + diff --git a/rss/rss.php b/rss/rss.php index c134698..d5d1014 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -1,21 +1,19 @@ "."\n"; $rss .= ''."\n"; $rss .= ''."\n"; $rss .= ''."\n"; -$rss .= 'PHP iCalender'."\n"; -$rss .= 'http://www.yoursite.org'."\n"; -$rss .= 'Someones PHP iCalendar'."\n"; +$rss .= ''.$cal.' '.$calendar_lang.' - '.$theview.''."\n"; +$rss .= ''.$default_path.''."\n"; +$rss .= ''.$cal.' '.$calendar_lang.' - '.$theview.''."\n"; $rss .= 'us-en'."\n"; -$rss .= 'Copyright 2002, yoursite.com.'."\n"; +$rss .= 'Copyright 2002, '.$default_path.''."\n"; if (isset($master_array[($getdate)]) && sizeof($master_array[($getdate)]) > 0) { foreach ($master_array[("$getdate")] as $event_times) { @@ -29,7 +27,7 @@ if (isset($master_array[($getdate)]) && sizeof($master_array[($getdate)]) > 0) { $description = strip_tags($description, ''); $rss .= ''."\n"; $rss .= ''.$event_start.' '.$event_text.''."\n"; - $rss .= 'http://localhost/phpicalendar/day.php?getdate='.$getdate.'&cal='.$cal.''."\n"; + $rss .= ''.$default_path.'/day.php?getdate='.$getdate.'&cal='.$cal.''."\n"; $rss .= ''.$description.''."\n"; $rss .= ''."\n"; } -- cgit v1.2.3
+
- + This website is RSS enabled.

+ Day View:
+

- + Week View:
+

-
- + Month View:
+