home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / includes / footer.inc.php < prev    next >
PHP Script  |  2003-10-12  |  677b  |  18 lines

  1. <?php 
  2.  
  3. echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 0.9.4</a>";
  4. if ($enable_rss == 'yes') {
  5.     echo "<br>\n";
  6.     if ((isset($current_view)) && ($current_view == 'rssindex')) {
  7.         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" />';
  8.     } else {
  9.         echo $this_site_is_lang.' <a class="psf" href="'.BASE.'rss/index.php?cal='.$cal.'&getdate='.$getdate.'">RSS-Enabled</a>';
  10.     }
  11. }
  12. echo '</center>';
  13.  
  14. ?>
  15.  
  16. </body>
  17. </html>
  18.