Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv8733/includes
Modified Files:
footer.inc.php
Log Message:
Updated for 1.0 RC-2.
Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/footer.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** footer.inc.php 24 Nov 2003 01:44:48 -0000 1.12
--- footer.inc.php 26 Nov 2003 00:52:51 -0000 1.13
***************
*** 1,5 ****
<?php
! echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0 RC-1</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
--- 1,5 ----
<?php
! echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0 RC-2</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
|