From 54f310e8e067fca869b66e9faf9121125ce773bd Mon Sep 17 00:00:00 2001 From: pberry Date: Wed, 27 Nov 2002 20:13:57 +0000 Subject: RSS auto-discovery link now honors $enable_rss. In other words, if we don't do RSS, don't both printing the link tag --- day.php | 8 +++++++- month.php | 8 +++++++- week.php | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/day.php b/day.php index dacf4b9..ec7839d 100644 --- a/day.php +++ b/day.php @@ -51,7 +51,13 @@ if (is_array($master_array[($getdate)])) { <?php echo "$calendar_name - $display_date"; ?> "> - + "; + } + ?> diff --git a/month.php b/month.php index f3f0561..2d48693 100644 --- a/month.php +++ b/month.php @@ -50,7 +50,13 @@ $num_of_events = 0; <?php echo "$calendar_name - $display_month"; ?> "> - + "; + } + ?> diff --git a/week.php b/week.php index 9838c4a..dec4c81 100644 --- a/week.php +++ b/week.php @@ -51,7 +51,13 @@ for ($i=0;$i<7;$i++) { <?php echo "$calendar_name - $display_date"; ?> "> - + "; + } + ?> -- cgit v1.2.3