aboutsummaryrefslogtreecommitdiffstats
path: root/includes/footer.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-03 23:02:09 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-03 23:02:09 +0000
commit02bed7d91ae13c34eb9b883b0df3b538e3bc4c76 (patch)
treea807738b4e9020115801dfe57c002a61a1c7024d /includes/footer.inc.php
parentb8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4 (diff)
downloadphpicalendar-02bed7d91ae13c34eb9b883b0df3b538e3bc4c76.tar.gz
phpicalendar-02bed7d91ae13c34eb9b883b0df3b538e3bc4c76.tar.bz2
phpicalendar-02bed7d91ae13c34eb9b883b0df3b538e3bc4c76.zip
Removed unneeded files, tweeked templates, added legend for multiple
calendars.
Diffstat (limited to 'includes/footer.inc.php')
-rw-r--r--includes/footer.inc.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/includes/footer.inc.php b/includes/footer.inc.php
deleted file mode 100644
index 63c0ee4..0000000
--- a/includes/footer.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.2</a>";
-if ($enable_rss == 'yes') {
- echo "<br>\n";
- if ((isset($current_view)) && ($current_view == 'rssindex')) {
- echo '<a style="color:gray" href="http://feeds.archive.org/validator/check?url='.$footer_check.'"><img src="'.BASE.'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/index.php?cal='.$cal.'&amp;getdate='.$getdate.'">RSS-Enabled</a>';
- }
-}
-echo '</center>';
-
-?>
-
-</body>
-</html>

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