From: <ji...@us...> - 2008-12-27 23:18:12
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20462/rss Modified Files: index.php Added Files: feed.png Log Message: new rss icons;allow subweek calendars --- NEW FILE: feed.png --- (This appears to be a binary file; contents omitted.) Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** index.php 20 Dec 2008 03:22:54 -0000 1.45 --- index.php 27 Dec 2008 23:18:07 -0000 1.46 *************** *** 23,27 **** $rss_list = "<table>\n"; ! $xml_icon ="<img src = 'xml.gif' alt='xml'>"; $filelist = availableCalendars($username, $password, $phpiCal_config->ALL_CALENDARS_COMBINED); --- 23,27 ---- $rss_list = "<table>\n"; ! $xml_icon ="<img src = 'feed.png' alt='rss icon'>"; $filelist = availableCalendars($username, $password, $phpiCal_config->ALL_CALENDARS_COMBINED); |