From ac62b5bc2658e26dfa3f044fb682cc9d0c83e651 Mon Sep 17 00:00:00 2001 From: pberry Date: Sun, 24 Nov 2002 16:33:38 +0000 Subject: RSS auto-discovery link added to day,week, and month view. $default_path must be set correctly for this feature to work. --- day.php | 1 + month.php | 1 + week.php | 1 + 3 files changed, 3 insertions(+) diff --git a/day.php b/day.php index 266ba42..09877c6 100644 --- a/day.php +++ b/day.php @@ -51,6 +51,7 @@ if (is_array($master_array[($getdate)])) { <?php echo "$calendar_name - $display_date"; ?> + diff --git a/month.php b/month.php index f7f1092..03475ed 100644 --- a/month.php +++ b/month.php @@ -49,6 +49,7 @@ <?php echo "$calendar_name - $display_month"; ?> "> + diff --git a/week.php b/week.php index d4d65f1..558122d 100644 --- a/week.php +++ b/week.php @@ -57,6 +57,7 @@ for ($i=0;$i<7;$i++) { <?php echo "$calendar_name - $display_date"; ?> "> + -- cgit v1.2.3