aboutsummaryrefslogtreecommitdiffstats
path: root/footer.inc.php
blob: 4055c1333ab39531d2a44675cdfe11bd66c08914 (plain) (blame)
1
<?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>';

?>

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