aboutsummaryrefslogtreecommitdiffstats
path: root/footer.inc.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 /footer.inc.php
parentce02d25f4620548450859eaeba5cbeb9c959bfd9 (diff)
downloadphpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.tar.gz
phpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.tar.bz2
phpicalendar-0678bd1272a6f674d4f2809ee72649969467c7e1.zip
Added more footer logic for valid RSS.
Diffstat (limited to 'footer.inc.php')
-rw-r--r--footer.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/footer.inc.php b/footer.inc.php
index 9d39f65..4055c13 100644
--- a/footer.inc.php
+++ b/footer.inc.php
@@ -1 +1 @@
-<?php echo "<center><font class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/\">PHP iCalendar 0.8.1</a>"; if ($enable_rss == 'yes') { echo "<br>\n"; echo $this_site_is_lang.' <a class="psf" href="'.BASE.'rss/">RSS-Enabled</a></font></center>'; } echo '</font></center>'; ?> \ No newline at end of file
+<?php echo "<center><font class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/\">PHP iCalendar 0.9 CVS</a>"; if ($enable_rss == 'yes') { echo "<br>\n"; if ($current_view == 'rssindex') { echo '<a style="color:gray" href="http://feeds.archive.org/validator/check?url='.$footer_check.'"><img src="../images/valid-rss.png" alt="[Valid RSS]" title="Validate my RSS feed" width="88" height="31" border="1" vspace="3" />'; } else { echo $this_site_is_lang.' <a class="psf" href="'.BASE.'rss/">RSS-Enabled</a></font></center>'; } } echo '</font></center>'; ?> \ No newline at end of file

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