aboutsummaryrefslogtreecommitdiffstats
path: root/includes/footer.inc.php
diff options
context:
space:
mode:
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